summaryrefslogtreecommitdiffstats
path: root/dvdread
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-13 22:17:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-13 22:17:48 +0000
commitd8e83253bdbb1c68db3eba544be3199d2a306056 (patch)
treec4885e6bed28f5d8ade3dcf002dc825f89536fe0 /dvdread
parent596859e524966cfab0e3fad557dc021700c30902 (diff)
downloadmpv-d8e83253bdbb1c68db3eba544be3199d2a306056.tar.bz2
mpv-d8e83253bdbb1c68db3eba544be3199d2a306056.tar.xz
Simplify CFLAGS handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22553 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdread')
-rw-r--r--dvdread/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/dvdread/Makefile b/dvdread/Makefile
index f40b3635f3..96ac396c4d 100644
--- a/dvdread/Makefile
+++ b/dvdread/Makefile
@@ -14,8 +14,6 @@ SRCS_COMMON = dvd_input.c \
CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \
-DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-ifeq ($(DVDCSS_INTERNAL),yes)
-CFLAGS += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H
-endif
+CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H
include ../mpcommon.mak