summaryrefslogtreecommitdiffstats
path: root/libdvdcss
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 22:24:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-16 22:24:15 +0000
commit2de1b693f0eb0c5446961477872dbca27207e230 (patch)
treea2a5fa3cfedbaccf7b288ef613b710ff0c4c829d /libdvdcss
parent6af0f7d0238367470095867329474b5c20b90667 (diff)
downloadmpv-2de1b693f0eb0c5446961477872dbca27207e230.tar.bz2
mpv-2de1b693f0eb0c5446961477872dbca27207e230.tar.xz
Remove duplicate largefile CFLAGS that are set from configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22643 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdvdcss')
-rw-r--r--libdvdcss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdvdcss/Makefile b/libdvdcss/Makefile
index f2d2571e0e..6d204f9553 100644
--- a/libdvdcss/Makefile
+++ b/libdvdcss/Makefile
@@ -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