summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2010-01-15 20:30:03 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2010-01-15 20:30:03 +0000
commitad7da0b5515dcc835f3ad53f86a381447e49eb0e (patch)
tree3ae45a2e86c1e9eb80dc0dfaf8c36bf9bec399b7 /configure
parent2e3e8031ec32b8b819e253151d228ba20394adbe (diff)
mingw32: Build for Windows XP by default. Add note about Win9x/2000 support.
Originally committed as revision 21227 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 691155af0a..915557976c 100755
--- a/configure
+++ b/configure
@@ -2023,6 +2023,8 @@ case $target_os in
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
;;
mingw32*)
+ # Only WinXP or greater are supported
+ add_cflags -D_WIN32_WINNT=0x0501
if test $target_os = "mingw32ce"; then
disable network
else