diff options
author | Sven Gothel <[email protected]> | 2023-12-18 09:47:30 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-12-18 09:47:30 +0100 |
commit | c306094e8dbba3c9e77953daaf8054731f327923 (patch) | |
tree | be3b775c7d47bac7c6c2df7777703306d22c2a32 /make/scripts/tests-x64.sh | |
parent | 47f5e083ba79ac02590a452149e31bf433109346 (diff) |
Bug 805: GraphUI: Add MediaUI01 widtget (MediaButton w/ full feature controls), used in demos UIMediaGrid0[01]
Diffstat (limited to 'make/scripts/tests-x64.sh')
-rwxr-xr-x | make/scripts/tests-x64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests-x64.sh b/make/scripts/tests-x64.sh index ef9c34a0d..a386f1a7a 100755 --- a/make/scripts/tests-x64.sh +++ b/make/scripts/tests-x64.sh @@ -4,7 +4,7 @@ SDIR=`dirname $0` -#export LD_LIBRARY_PATH=/opt-linux-x86_64/ffmpeg-4.3/lib:$LD_LIBRARY_PATH +#export LD_LIBRARY_PATH=/opt-linux-x86_64/ffmpeg-4.4/lib:$LD_LIBRARY_PATH #export LD_LIBRARY_PATH=/opt-linux-x86_64/ffmpeg-5.1/lib:$LD_LIBRARY_PATH #export LD_LIBRARY_PATH=/opt-linux-x86_64/ffmpeg-6.0/lib:$LD_LIBRARY_PATH |