summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 00:04:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-19 00:04:03 +0000
commit907fd7f4261e06c6c9f5de182d6b60899e1905d6 (patch)
treeda9d5e78ec45b46bce0a8d34924497c7e40c3e63 /configure
parent8c3f78b90d9a0723952825d9082e1fff31005010 (diff)
downloadmpv-907fd7f4261e06c6c9f5de182d6b60899e1905d6.tar.bz2
mpv-907fd7f4261e06c6c9f5de182d6b60899e1905d6.tar.xz
Remove commented-out Cygwin CFLAGS settings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22740 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 7809436f5c..453ed5cdee 100755
--- a/configure
+++ b/configure
@@ -7401,8 +7401,6 @@ elif bsd ; then
CFLAGS="$CFLAGS -D_THREAD_SAFE"
fi
if cygwin ; then
- #CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
- # stat.st_size with BIG_TYPES is broken (not set) ::atmos
CFLAGS="$CFLAGS -D__CYGWIN__ -DSYS_CYGWIN"
fi
# 64 bit file offsets?