Mercurial > mplayer.hg
comparison dvdread/Makefile @ 22623:83b333febf31
Remove CFLAGS that are already set by configure.
author | diego |
---|---|
date | Fri, 16 Mar 2007 22:01:41 +0000 |
parents | 3945d813e573 |
children | 1ac62a61ea56 |
comparison
equal
deleted
inserted
replaced
22622:795791668295 | 22623:83b333febf31 |
---|---|
9 ifo_read.c \ | 9 ifo_read.c \ |
10 nav_print.c \ | 10 nav_print.c \ |
11 nav_read.c \ | 11 nav_read.c \ |
12 md5.c \ | 12 md5.c \ |
13 | 13 |
14 CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \ | 14 CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS -DHAVE_LIMITS_H |
15 -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 | |
16 | 15 |
17 CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H | 16 CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H |
18 | 17 |
19 include ../mpcommon.mak | 18 include ../mpcommon.mak |