diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-04-04 15:24:19 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-12 19:17:06 +0200 |
commit | f3e3f28e802a108120a1244744ddc1689d26be7a (patch) | |
tree | a2d2da6ea4744e926ebf240447a3f53679aea76b /configure | |
parent | ff1ec0c3f8fce10e92010f82f7e859e08f9c742a (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |