On 05/21/2013 10:43 AM, Martin Storsjö wrote:
> ---
>  configure |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/configure b/configure
> index c84050c..792b77b 100755
> --- a/configure
> +++ b/configure
> @@ -3196,6 +3196,9 @@ elif check_func_headers stdlib.h _get_doserrno; then
>                                   vsnprintf=avpriv_vsnprintf
>  elif check_cpp_condition stddef.h "defined __KLIBC__"; then
>      libc_type=klibc
> +elif check_cpp_condition sys/cdefs.h "defined __BIONIC__"; then
> +    libc_type=bionic
> +    add_compat strtod.o strtod=avpriv_strtod
>  fi
>  
>  test -n "$libc_type" && enable $libc_type

Upstream won't fix that?

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to