[MPlayer-cvslog] r22656 - trunk/TOOLS/netstream/Makefile

diego subversion at mplayerhq.hu
Sat Mar 17 01:21:16 CET 2007


Author: diego
Date: Sat Mar 17 01:21:16 2007
New Revision: 22656

Modified:
   trunk/TOOLS/netstream/Makefile

Log:
Remove unnecessary -I option from CFLAGS.


Modified: trunk/TOOLS/netstream/Makefile
==============================================================================
--- trunk/TOOLS/netstream/Makefile	(original)
+++ trunk/TOOLS/netstream/Makefile	Sat Mar 17 01:21:16 2007
@@ -3,7 +3,7 @@ MPROOT=../..
 
 include $(MPROOT)/config.mak
 
-CFLAGS  = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader
+CFLAGS  = $(OPTFLAGS) -I$(MPROOT)
 
 all: netstream
 



More information about the MPlayer-cvslog mailing list