[Mplayer-cvslog] CVS: main/libmpcodecs Makefile,1.134,1.135

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Sep 11 15:08:36 CEST 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv14801/libmpcodecs

Modified Files:
	Makefile 
Log Message:
Make --with-x264incdir work, patch by Jan Knutar <jknutar at nic.fi>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- Makefile	27 Aug 2004 20:43:04 -0000	1.134
+++ Makefile	11 Sep 2004 13:08:34 -0000	1.135
@@ -45,7 +45,7 @@
 SRCS2=$(ENCODER_SRCS)
 OBJS2=$(SRCS2:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC) -D_GNU_SOURCE
+CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(EXTRA_INC) $(X264_INC) -D_GNU_SOURCE
 
 .SUFFIXES: .c .o
 




More information about the MPlayer-cvslog mailing list