On 12/4/2013 5:39 AM, Diego Biurrun wrote:
> ---
> 
> Now using a different condition for MinGW64, which should work (TM).
> Testing very much welcome.
> 
>  configure | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)

[...]

> +elif check_cpp_condition _mingw.h "defined __MINGW64_VERSION_MAJOR"; then
> +    libc_type=mingw64
> +    add_cppflags -U__STRICT_ANSI__

Not sure if this is needed under MinGW-w64 anymore (it seems to mostly use it
for non-ANSI float funcs). I could be wrong.

Regardless, LGTM.

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

Reply via email to