Commit edd43c95 authored by Reimar Döffinger's avatar Reimar Döffinger

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

if vaapi is disabled is at best pointless.

Originally committed as revision 23417 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7f464a0a
......@@ -2590,7 +2590,7 @@ for thread in $THREADS_LIST; do
done
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 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