From f3e3f28e802a108120a1244744ddc1689d26be7a Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 4 Apr 2011 15:24:19 +0200 Subject: Error out if vaapi is not found Make the behaviour consistent with the other external deps. Signed-off-by: Anton Khirnov --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.1