[MPlayer-cvslog] r20724 - trunk/libdvdcss/Makefile
diego
subversion at mplayerhq.hu
Sun Nov 5 20:06:32 CET 2006
Author: diego
Date: Sun Nov 5 20:06:32 2006
New Revision: 20724
Modified:
trunk/libdvdcss/Makefile
Log:
Add -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS like upstream does.
Modified: trunk/libdvdcss/Makefile
==============================================================================
--- trunk/libdvdcss/Makefile (original)
+++ trunk/libdvdcss/Makefile Sun Nov 5 20:06:32 2006
@@ -20,12 +20,10 @@
OPTFLAGS = -mcpu=pentium -march=pentium -O4
endif
-# \ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-
# -funroll-loops removed, triggered gcc 3.0.4 (3.x?) bug
CFLAGS= -I.. $(OPTFLAGS) -D__USE_UNIX98 -D_GNU_SOURCE \
-DHAVE_LIMITS_H -DHAVE_ERRNO_H -DHAVE_INTTYPES_H -DHAVE_UNISTD_H \
- -DVERSION=\"1.2.9\"
+ -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DVERSION=\"1.2.9\"
ifeq ($(TARGET_OS),CYGWIN)
CFLAGS+=-DSYS_CYGWIN -DWIN32
More information about the MPlayer-cvslog
mailing list