[MPlayer-cvslog] r20998 - trunk/dvdread/Makefile

diego subversion at mplayerhq.hu
Sat Nov 18 01:42:25 CET 2006


Author: diego
Date: Sat Nov 18 01:42:25 2006
New Revision: 20998

Modified:
   trunk/dvdread/Makefile

Log:
Make sure to pick up internal dvdcss.h before a globally installed one.


Modified: trunk/dvdread/Makefile
==============================================================================
--- trunk/dvdread/Makefile	(original)
+++ trunk/dvdread/Makefile	Sat Nov 18 01:42:25 2006
@@ -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:



More information about the MPlayer-cvslog mailing list