diff options
author | Sven Gothel <[email protected]> | 2013-08-25 09:12:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-08-25 09:12:19 +0200 |
commit | 1b4edb60e8c91621d93033b8732b2cdef0e7ebe7 (patch) | |
tree | 1f41cf8ef6d65253fa9cbc1ff1615c6be74538b5 /make/scripts/tests-x64.sh | |
parent | 469314fff8dc53658db932bab6108107780619ee (diff) |
libav/ffmpeg: Prepare for lavc54.lavf54.lavu52
- Add compile-time/runtime version check, fail if major versions do not match
assuming binary incompatibility
- Add: 'av_find_input_format' for future video input support
- Manually map '/dev/video<NUM>' to video input - not working yet.
- WINDOWS: Set file to '<NUM>'
- Set input format string depending on OS
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index c3c67624c..7370d06aa 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -3,6 +3,7 @@ SDIR=`dirname $0` #export LD_LIBRARY_PATH=/home/sven/libav/lib:$LD_LIBRARY_PATH +#export LD_LIBRARY_PATH=/home/sven/libav-0.X/lib:$LD_LIBRARY_PATH if [ -e $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh ] ; then . $SDIR/../../../gluegen/make/scripts/setenv-build-jogl-x86_64.sh |