summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-04 20:11:15 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-04 20:11:15 +0000
commit5a1dc02ec1ac975634b28a7f69fee6eea466413f (patch)
tree8c46ab2207e2034fe85617ff0debb566ad8cbbff /configure
parent5c8b11c2267a724ab069baa712a0361c308def13 (diff)
downloadmpv-5a1dc02ec1ac975634b28a7f69fee6eea466413f.tar.bz2
mpv-5a1dc02ec1ac975634b28a7f69fee6eea466413f.tar.xz
cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6303 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 817ac2b353..ab4e44ae59 100755
--- a/configure
+++ b/configure
@@ -3745,6 +3745,7 @@ echores "$_ftello"
if cygwin ; then
_confcygwin='TARGET_CYGWIN = yes'
_def_confwin32='#define WIN32'
+ CFLAGS="$CFLAGS -D__CYGWIN__ -D__CYGWIN_USE_BIG_TYPES__"
else
_confcygwin="TARGET_CYGWIN = no"
fi