On 2016-11-24 17:23:50 +0100, Diego Biurrun wrote:
> ---
> 
> I suspect very many missing math functions were actually spurious test
> failures related to this ...
> 
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 8fa2f46..39882e7 100755
> --- a/configure
> +++ b/configure
> @@ -4621,7 +4621,7 @@ ldexpf_args=2
>  powf_args=2
>  
>  for func in $MATH_FUNCS; do
> -    eval check_mathfunc $func \${${func}_args:-1}
> +    eval check_mathfunc $func \${${func}_args:-1} $LIBM
>  done
>  
>  # these are off by default, so fail if requested and not available

ok

Janne
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to