mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Error out if vaapi is not found
Make the behaviour consistent with the other external deps. Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
ff1ec0c3f8
commit
f3e3f28e80
2
configure
vendored
2
configure
vendored
@ -2840,7 +2840,7 @@ for thread in $THREADS_LIST; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
check_lib math.h sin -lm
|
check_lib math.h sin -lm
|
||||||
disabled vaapi || check_lib va/va.h vaInitialize -lva
|
enabled vaapi && require vaapi va/va.h vaInitialize -lva
|
||||||
|
|
||||||
check_mathfunc exp2
|
check_mathfunc exp2
|
||||||
check_mathfunc exp2f
|
check_mathfunc exp2f
|
||||||
|
Loading…
Reference in New Issue
Block a user