summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-04-04 15:24:19 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-12 19:17:06 +0200
commitf3e3f28e802a108120a1244744ddc1689d26be7a (patch)
treea2d2da6ea4744e926ebf240447a3f53679aea76b /configure
parentff1ec0c3f8fce10e92010f82f7e859e08f9c742a (diff)
downloadffmpeg-streaming-f3e3f28e802a108120a1244744ddc1689d26be7a.zip
ffmpeg-streaming-f3e3f28e802a108120a1244744ddc1689d26be7a.tar.gz
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 c632ce5..32c3544 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
OpenPOWER on IntegriCloud