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
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2840,7 +2840,7 @@ for thread in $THREADS_LIST; do
done
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 exp2f