changeset 22625:34c5e9089683

Remove duplicate largefile CFLAGS that are set from configure.
author diego
date Fri, 16 Mar 2007 22:24:15 +0000
parents a1af5c533164
children d3bae1479ed2
files libdvdcss/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdvdcss/Makefile	Fri Mar 16 22:22:02 2007 +0000
+++ b/libdvdcss/Makefile	Fri Mar 16 22:24:15 2007 +0000
@@ -11,7 +11,7 @@
 
 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