summaryrefslogtreecommitdiffstats
path: root/dvdread
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-09 11:35:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-09 11:35:41 +0000
commit6f0da163dde71e51fa67e47139476d0715323b78 (patch)
tree71646ac0202a7d984ad37492541a6b122e14a58a /dvdread
parent185bc3320ff3ef743f43453146f6f4a95ddb4ef5 (diff)
downloadmpv-6f0da163dde71e51fa67e47139476d0715323b78.tar.bz2
mpv-6f0da163dde71e51fa67e47139476d0715323b78.tar.xz
Move some more compiler flags to configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24043 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdread')
-rw-r--r--dvdread/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvdread/Makefile b/dvdread/Makefile
index 1e10547561..77f2e1c2ee 100644
--- a/dvdread/Makefile
+++ b/dvdread/Makefile
@@ -11,7 +11,7 @@ SRCS_COMMON = dvd_input.c \
nav_read.c \
md5.c \
-CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS -DHAVE_LIMITS_H
+CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE
CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H