Commit f3e3f28e authored by Luca Barbato's avatar Luca Barbato Committed by Anton Khirnov

Error out if vaapi is not found

Make the behaviour consistent with the other external deps.
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent ff1ec0c3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment