diff loader/dshow/Makefile @ 19420:4f71ed7cb512

Move all internal -I parameters to the front of CFLAGS to avoid using external header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
author diego
date Thu, 17 Aug 2006 17:19:56 +0000
parents 45cfff547dbb
children eacc821fd889
line wrap: on
line diff
--- a/loader/dshow/Makefile	Thu Aug 17 16:44:54 2006 +0000
+++ b/loader/dshow/Makefile	Thu Aug 17 17:19:56 2006 +0000
@@ -18,7 +18,7 @@
 # OBJS	= DS_AudioDec.o DS_VideoDec.o DS_Filter.o allocator.o cmediasample.o guids.o inputpin.o outputpin.o
 
 INCLUDE = -I. -I..
-CFLAGS  = $(OPTFLAGS) $(INCLUDE) -DNOAVIFILE_HEADERS
+CFLAGS  = $(INCLUDE) $(OPTFLAGS) -DNOAVIFILE_HEADERS
 
 .SUFFIXES: .c .o