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

Giacomo Comes comes at naic.edu
Mon Sep 19 16:57:18 CEST 2005


On Sun, Sep 18, 2005 at 09:07:54PM +0200, Diego Biurrun wrote:
> 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?

Yes it does.

Giacomo


> 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
>  

> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng


-- 




More information about the MPlayer-dev-eng mailing list