[MPlayer-cvslog] r22739 - in trunk: configure libdvdcss/Makefile
diego
subversion at mplayerhq.hu
Mon Mar 19 01:03:00 CET 2007
Author: diego
Date: Mon Mar 19 01:03:00 2007
New Revision: 22739
Modified:
trunk/configure
trunk/libdvdcss/Makefile
Log:
Move setting Cygwin specific CFLAGS to configure.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Mar 19 01:03:00 2007
@@ -7403,7 +7403,7 @@ 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__"
+ CFLAGS="$CFLAGS -D__CYGWIN__ -DSYS_CYGWIN"
fi
# 64 bit file offsets?
if test "$_largefiles" = yes || freebsd ; then
Modified: trunk/libdvdcss/Makefile
==============================================================================
--- trunk/libdvdcss/Makefile (original)
+++ trunk/libdvdcss/Makefile Mon Mar 19 01:03:00 2007
@@ -12,8 +12,4 @@ SRCS_COMMON = css.c \
CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DVERSION=\"1.2.9\" \
-DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H
-ifeq ($(TARGET_OS),CYGWIN)
-CFLAGS+=-DSYS_CYGWIN
-endif
-
include ../mpcommon.mak
More information about the MPlayer-cvslog
mailing list