On 02.12.2013 18:49, Alex Smith wrote:
On Mon, Dec 2, 2013 at 4:19 PM, Diego Biurrun <[email protected]> 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"
what MinGW version/variant was that? MinGW64? Did you also test MinGW32? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
