aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-11 22:51:44 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-11 22:52:28 +0100
commit95ad2483c33a015f4d0da5edddf3bf2fc3890413 (patch)
tree010a39103aa4ccb7fb10870b120eb3f0610a5000 /configure
parent37437d97a8e6c72240c75b0b43fa7cb193f871f7 (diff)
parent3bb91a1b5c4a0c5ec9c4d3b6649b23285c3d7f26 (diff)
downloadffmpeg-95ad2483c33a015f4d0da5edddf3bf2fc3890413.tar.gz
Merge commit '3bb91a1b5c4a0c5ec9c4d3b6649b23285c3d7f26'
* commit '3bb91a1b5c4a0c5ec9c4d3b6649b23285c3d7f26': configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64 Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 04120f0c17..9dcda39215 100755
--- a/configure
+++ b/configure
@@ -3856,7 +3856,7 @@ probe_libc(){
else
add_${pfx}cppflags -D__USE_MINGW_ANSI_STDIO=1
fi
- add_${pfx}cppflags -U__STRICT_ANSI__
+ add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
elif check_${pfx}cpp_condition _mingw.h "defined __MINGW32_VERSION"; then
eval ${pfx}libc_type=mingw32
check_${pfx}cpp_condition _mingw.h "__MINGW32_MAJOR_VERSION > 3 || \