Mercurial > mplayer.hg
changeset 22623:83b333febf31
Remove CFLAGS that are already set by configure.
author | diego |
---|---|
date | Fri, 16 Mar 2007 22:01:41 +0000 |
parents | 795791668295 |
children | a1af5c533164 |
files | dvdread/Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdread/Makefile Fri Mar 16 21:54:48 2007 +0000 +++ b/dvdread/Makefile Fri Mar 16 22:01:41 2007 +0000 @@ -11,8 +11,7 @@ nav_read.c \ md5.c \ -CFLAGS= -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS \ - -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 +CFLAGS = -D__USE_UNIX98 -D_GNU_SOURCE -DSTDC_HEADERS -DHAVE_LIMITS_H CFLAGS-$(DVDCSS_INTERNAL) += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H