[MPlayer-cvslog] r22643 - trunk/libdvdcss/Makefile

diego subversion at mplayerhq.hu
Fri Mar 16 23:24:15 CET 2007


Author: diego
Date: Fri Mar 16 23:24:15 2007
New Revision: 22643

Modified:
   trunk/libdvdcss/Makefile

Log:
Remove duplicate largefile CFLAGS that are set from configure.


Modified: trunk/libdvdcss/Makefile
==============================================================================
--- trunk/libdvdcss/Makefile	(original)
+++ trunk/libdvdcss/Makefile	Fri Mar 16 23:24:15 2007
@@ -11,7 +11,7 @@ SRCS_COMMON = css.c \
 
 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE \
 	-DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
-	-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"
+	-DVERSION=\"1.2.9\"
 
 ifeq ($(TARGET_OS),CYGWIN)
 CFLAGS+=-DSYS_CYGWIN



More information about the MPlayer-cvslog mailing list