On Mon, Dec 2, 2013 at 4:19 PM, Diego Biurrun <di...@biurrun.de> wrote:
> +elif check_cpp_condition _mingw.h "defined __MINGW32_VERSION"; then
>      libc_type=mingw
>      check_cpp_condition _mingw.h \
>          "defined (__MINGW64_VERSION_MAJOR) || (__MINGW32_MAJOR_VERSION > 3) 
> || \

>From config.log:

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

Reply via email to