[Mplayer-cvslog] CVS: main/postproc Makefile,1.3,1.4

Winner of tha face compo gabucino at mplayer.dev.hu
Fri Nov 16 20:13:05 CET 2001


Update of /cvsroot/mplayer/main/postproc
In directory mplayer:/var/tmp.root/cvs-serv27529/postproc

Modified Files:
	Makefile 
Log Message:
postproc/ dir now respects --with-extraincdir
Now that I'm fixing configure1, here comes configure2 ehh ;)


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	6 Nov 2001 11:20:00 -0000	1.3
+++ Makefile	16 Nov 2001 19:13:03 -0000	1.4
@@ -10,7 +10,7 @@
 SRCS += yuv2rgb_mmx.c
 endif
 
-CFLAGS  = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall
+CFLAGS  = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
 # -I/usr/X11R6/include/
 
 .SUFFIXES: .c .o




More information about the MPlayer-cvslog mailing list