On Wed, 13 Feb 2013, Diego Biurrun wrote:

---
configure |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 0f7e817..b47c97c 100755
--- a/configure
+++ b/configure
@@ -2929,7 +2929,6 @@ case $target_os in
        dlltool="${cross_prefix}dlltool"
        ranlib=:
        enable dos_paths
-        add_cppflags -U__STRICT_ANSI__
        ;;
    win32|win64)
        if enabled shared; then
@@ -3071,6 +3070,7 @@ elif check_header _mingw.h; then
        "defined (__MINGW64_VERSION_MAJOR) || (__MINGW32_MAJOR_VERSION > 3) || \
            (__MINGW32_MAJOR_VERSION == 3 && __MINGW32_MINOR_VERSION >= 15)" ||
        die "ERROR: MinGW runtime version must be >= 3.15."
+    add_cppflags -U__STRICT_ANSI__
elif check_func_headers stdlib.h _get_doserrno; then
    libc_type=msvcrt
    add_compat strtod.o strtod=avpriv_strtod
--
1.7.9

Looks sensible enough to me.

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

Reply via email to