Commit 8f7c468d authored by reimar's avatar reimar

Do not check_lib for -lva if vaapi is disabled, having -lva in extralibs

if vaapi is disabled is at best pointless.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23417 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5b7a6ded
...@@ -2590,7 +2590,7 @@ for thread in $THREADS_LIST; do ...@@ -2590,7 +2590,7 @@ for thread in $THREADS_LIST; do
done done
check_lib math.h sin -lm check_lib math.h sin -lm
check_lib va/va.h vaInitialize -lva disabled vaapi || check_lib va/va.h vaInitialize -lva
check_mathfunc exp2 check_mathfunc exp2
check_mathfunc exp2f check_mathfunc exp2f
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment