提交 edd43c95 编写于 作者: R 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
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册