1
0
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:
Luca Barbato 2011-04-04 15:24:19 +02:00 committed by Anton Khirnov
parent ff1ec0c3f8
commit f3e3f28e80

2
configure vendored
View File

@ -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