Mercurial > mplayer.hg
changeset 20982:5f893a1f25f9
Make sure to pick up internal dvdcss.h before a globally installed one.
author | diego |
---|---|
date | Sat, 18 Nov 2006 00:42:25 +0000 |
parents | 22cb9d5f1e21 |
children | 4da452b25fd5 |
files | dvdread/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdread/Makefile Sat Nov 18 00:33:01 2006 +0000 +++ b/dvdread/Makefile Sat Nov 18 00:42:25 2006 +0000 @@ -22,7 +22,7 @@ -DHAVE_LIMITS_H -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 ifeq ($(DVDCSS_INTERNAL),yes) -CFLAGS += -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H +CFLAGS := -I../libdvdcss -DHAVE_DVDCSS_DVDCSS_H $(CFLAGS) endif .c.o: