[MPlayer-cvslog] r24091 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Aug 18 11:39:56 CEST 2007
Author: diego
Date: Sat Aug 18 11:39:56 2007
New Revision: 24091
Log:
Add libdvdcss-specific CFLAGS in the correct place.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Aug 18 11:39:56 2007
@@ -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
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
More information about the MPlayer-cvslog
mailing list