Re: [libav-devel] [PATCH 04/15] configure: Use correct libm linker flag during math function checks

2016-11-24 Thread Janne Grunau
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


[libav-devel] [PATCH 04/15] configure: Use correct libm linker flag during math function checks

2016-11-24 Thread Diego Biurrun
---

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
-- 
2.1.4

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