summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-18 09:39:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-18 09:39:56 +0000
commit17141cb6d5b10862b34a1760a06a7e429b88203c (patch)
tree2c332c609d8e4d1d058bfbdafd1b415dd144c4a1 /configure
parent730a647a2a30126d2a81e8adfce3e0b36ec8ef2d (diff)
downloadmpv-17141cb6d5b10862b34a1760a06a7e429b88203c.tar.bz2
mpv-17141cb6d5b10862b34a1760a06a7e429b88203c.tar.xz
Add libdvdcss-specific CFLAGS in the correct place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24091 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 85faaa83ef..a5d2e0c159 100755
--- a/configure
+++ b/configure
@@ -7411,7 +7411,7 @@ elif bsd ; then
CFLAGS="$CFLAGS -D_THREAD_SAFE"
fi
if cygwin ; then
- CFLAGS="$CFLAGS -D__CYGWIN__ -DSYS_CYGWIN"
+ CFLAGS="$CFLAGS -D__CYGWIN__"
fi
# 64 bit file offsets?
if test "$_largefiles" = yes || freebsd ; then
@@ -7419,6 +7419,7 @@ if test "$_largefiles" = yes || freebsd ; then
if test "$_dvdread" = yes || test "$_libdvdcss_internal" = yes ; then
# dvdread support requires this (for off64_t)
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
+ cygwin && CFLAGS="$CFLAGS -DSYS_CYGWIN"
fi
fi