[MPlayer-dev-eng] [PATCH] XviD profile support

Diego Biurrun diego at biurrun.de
Sun Sep 18 21:07:54 CEST 2005


On Sun, Sep 18, 2005 at 12:34:33PM -0400, Giacomo Comes wrote:
> But what about the --with-xvid*dir bug I already reported?
> (http://mplayerhq.hu/pipermail/mplayer-users/2005-September/055541.html)

Does the attached patch fix your problem?

Diego
-------------- next part --------------
Index: libmpcodecs/Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/Makefile,v
retrieving revision 1.149
diff -u -r1.149 Makefile
--- libmpcodecs/Makefile	11 Sep 2005 07:25:50 -0000	1.149
+++ libmpcodecs/Makefile	18 Sep 2005 19:07:35 -0000
@@ -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-dev-eng mailing list