On Mon, Apr 04, 2011 at 15:24:19 (CEST), Luca Barbato wrote:

> Make the behaviour consistent with the other external deps.
> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure b/configure
> index fab4f2b..7755f28 100755
> --- a/configure
> +++ b/configure
> @@ -2827,7 +2827,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

OK

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to