changeset 19411:45cfff547dbb

consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.
author diego
date Wed, 16 Aug 2006 21:01:29 +0000
parents 0e37275ccbe5
children 747453e12f3b
files loader/dshow/Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/loader/dshow/Makefile	Wed Aug 16 20:09:47 2006 +0000
+++ b/loader/dshow/Makefile	Wed Aug 16 21:01:29 2006 +0000
@@ -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