diff options
author | Sven Gothel <[email protected]> | 2015-02-05 16:27:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-05 16:27:56 +0100 |
commit | 1eea4278f1be5900f0d990d0a7d352923def217c (patch) | |
tree | 208f53396ecf31c3e6f45fcda837e67a8d306167 /make/scripts/tests-x64.sh | |
parent | 8426f47419bf116b427461a36534e70c48ed930d (diff) |
FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest release, used in Debian 8, etc)
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index 30b0aaf8a..8102c011f 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -10,7 +10,10 @@ SDIR=`dirname $0` #export LD_LIBRARY_PATH=$HOME/libav-10.1/lib:$LD_LIBRARY_PATH #export LD_LIBRARY_PATH=$HOME/ffmpeg-2.2.2/lib:$LD_LIBRARY_PATH -export LD_LIBRARY_PATH=$HOME/ffmpeg-2.2.3/lib:$LD_LIBRARY_PATH +#export LD_LIBRARY_PATH=$HOME/ffmpeg-2.2.3/lib:$LD_LIBRARY_PATH + +#export LD_LIBRARY_PATH=$HOME/libav-11.2/lib:$LD_LIBRARY_PATH +#export LD_LIBRARY_PATH=$HOME/ffmpeg-2.5/lib:$LD_LIBRARY_PATH #J2RE_HOME=/opt-linux-x86_64/jre1.7.0_45 #JAVA_HOME=/opt-linux-x86_64/jdk1.7.0_45 |