On Tue, Dec 3, 2013 at 9:25 AM, Diego Biurrun <[email protected]> wrote:
> ---
>
> Still needs testing on MinGW64.

This is on i686-w64-mingw32 (does anybody even use the old mingw32
anymore?), neither check appears to work.

>From configure.log:
check_cpp_condition _mingw.h defined __MINGW64_VERSION
check_cpp
BEGIN /msystmp/ffconf.SxkOubmZ.c
    1 #include <_mingw.h>
    2 #if !(defined __MINGW64_VERSION)
    3 #error "unsatisfied condition: defined __MINGW64_VERSION"
    4 #endif
END /msystmp/ffconf.SxkOubmZ.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-march=i686 -std=c99 -E -o /msystmp/ffconf.WuzktIcl.o
/msystmp/ffconf.SxkOubmZ.c
f:/msys/tmp/ffconf.SxkOubmZ.c:3:2: error: #error "unsatisfied
condition: defined __MINGW64_VERSION"
 #error "unsatisfied condition: defined __MINGW64_VERSION"
  ^
check_cpp_condition _mingw.h defined __MINGW32_VERSION
check_cpp
BEGIN /msystmp/ffconf.SxkOubmZ.c
    1 #include <_mingw.h>
    2 #if !(defined __MINGW32_VERSION)
    3 #error "unsatisfied condition: defined __MINGW32_VERSION"
    4 #endif
END /msystmp/ffconf.SxkOubmZ.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-march=i686 -std=c99 -E -o /msystmp/ffconf.WuzktIcl.o
/msystmp/ffconf.SxkOubmZ.c
f:/msys/tmp/ffconf.SxkOubmZ.c:3:2: error: #error "unsatisfied
condition: defined __MINGW32_VERSION"
 #error "unsatisfied condition: defined __MINGW32_VERSION"
  ^
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to