[MPlayer-cvslog] CVS: main/libmpcodecs Makefile,1.149,1.150

Guillaume Poirier CVS syncmail at mplayerhq.hu
Mon Sep 19 17:12:41 CEST 2005


CVS change done by Guillaume Poirier CVS

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

Modified Files:
	Makefile 
Log Message:
10l: the directories specified with --with-xvid*dir were ignored.
Patch by Diego
Bug reported here: http://mplayerhq.hu/pipermail/mplayer-users/2005-September/055541.html
[MPlayer-users] CVS fails to compile (xvid related)
Giacomo Comes comes at naic.edu
Wed Sep 14 16:36:33 CEST 2005

Patch available here:
Date: Sep 10, 2005 8:45 PM
Subject: [MPlayer-dev-eng] [PATCH] XviD profile support


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- Makefile	11 Sep 2005 07:25:50 -0000	1.149
+++ Makefile	19 Sep 2005 15:12:38 -0000	1.150
@@ -211,7 +211,7 @@
 SRCS2=$(ENCODER_SRCS)
 OBJS2=$(SRCS2:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(LIBAV_INC) $(EXTRA_INC) $(X264_INC) -D_GNU_SOURCE
+CFLAGS  = $(OPTFLAGS) -I. -Inative -I.. -I../libmpdemux -I../loader $(LIBAV_INC) $(EXTRA_INC) $(X264_INC) $(XVID_INC) -D_GNU_SOURCE
 
 .SUFFIXES: .c .o
 




More information about the MPlayer-cvslog mailing list