[MPlayer-cvslog] r19417 - trunk/loader/dshow/Makefile

diego subversion at mplayerhq.hu
Wed Aug 16 23:01:29 CEST 2006


Author: diego
Date: Wed Aug 16 23:01:29 2006
New Revision: 19417

Modified:
   trunk/loader/dshow/Makefile

Log:
consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.


Modified: trunk/loader/dshow/Makefile
==============================================================================
--- trunk/loader/dshow/Makefile	(original)
+++ trunk/loader/dshow/Makefile	Wed Aug 16 23:01:29 2006
@@ -17,8 +17,8 @@
 
 # OBJS	= DS_AudioDec.o DS_VideoDec.o DS_Filter.o allocator.o cmediasample.o guids.o inputpin.o outputpin.o
 
-INCLUDE = -I. -I.. -DNOAVIFILE_HEADERS
-CFLAGS  = $(OPTFLAGS) $(INCLUDE)
+INCLUDE = -I. -I..
+CFLAGS  = $(OPTFLAGS) $(INCLUDE) -DNOAVIFILE_HEADERS
 
 .SUFFIXES: .c .o
 



More information about the MPlayer-cvslog mailing list