Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-04-04 17:24:19 +0400
committerAnton Khirnov <anton@khirnov.net>2011-04-12 21:17:06 +0400
commitf3e3f28e802a108120a1244744ddc1689d26be7a (patch)
treea2d2da6ea4744e926ebf240447a3f53679aea76b /configure
parentff1ec0c3f8fce10e92010f82f7e859e08f9c742a (diff)
Error out if vaapi is not found
Make the behaviour consistent with the other external deps. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c632ce55f1..32c3544fb3 100755
--- a/configure
+++ b/configure
@@ -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