Luca Barbato <[email protected]> writes: > Make it behave like the other external deps > --- > configure | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index fab4f2b..474bae6 100755 > --- a/configure > +++ b/configure > @@ -2827,7 +2827,9 @@ for thread in $THREADS_LIST; do > done > > check_lib math.h sin -lm > -disabled vaapi || check_lib va/va.h vaInitialize -lva > +disabled vaapi || require vaapi va/va.h vaInitialize -lva && > + { check_cpp_condition va/va_version.h > "VA_CHECK_VERSION(0,32,0)" || > + die "Please upgrade to VA-API >= 0.32"; } > > check_mathfunc exp2 > check_mathfunc exp2f > -- > 1.7.4.1
Still broken. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
