summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJonathan Yong <10walls@gmail.com>2013-06-18 18:10:55 +0800
committerwm4 <wm4@nowhere>2013-06-18 12:19:52 +0200
commit8d83837cdb05071a48ea3dca2c4297eaf7d43f9a (patch)
tree45148635910042761026337e22a133caa5746881 /configure
parentbcdb3c228e76ccc7419129378882fbd7fab7f653 (diff)
downloadmpv-8d83837cdb05071a48ea3dca2c4297eaf7d43f9a.tar.bz2
mpv-8d83837cdb05071a48ea3dca2c4297eaf7d43f9a.tar.xz
configure: remove redundant WINVER set
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 948b06bcec..349ae657b0 100755
--- a/configure
+++ b/configure
@@ -881,7 +881,7 @@ fi
if win32 ; then
_exesuf=".exe"
- extra_cflags="$extra_cflags -fno-common -DWINVER=0x0500"
+ extra_cflags="$extra_cflags -fno-common"
# -lwinmm is always needed for osdep/timer-win2.c
libs_mplayer="$libs_mplayer -lwinmm"
_pe_executable=yes