[MPlayer-dev-eng] [PATCH] fix --with-x264incdir ignored in libavcodec/Makefile

Diego Biurrun diego at biurrun.de
Wed Jun 21 12:05:57 CEST 2006


On Wed, Jun 21, 2006 at 09:58:52AM +0200, Guillaume Poirier wrote:
> 
> Vladislav Naumov wrote:
> > I don't know - maybe it should be posted to libavcodec developers...
> > 
> > If x264 includes are specified with --with-x264incdir,
> > libavcodec/Makefile ignores it.
> > 
> > --- libavcodec/Makefile	(revision 5501)
> > +++ libavcodec/Makefile	(working copy)
> > @@ -318,6 +318,7 @@
> >  
> >  ifeq ($(CONFIG_X264),yes)
> >  OBJS+= x264.o
> > +CFLAGS += $(X264_INC)
> >  endif
> 
> I had the same patch on my tree. I'll apply it unless someone (Diego?)
> disagrees.

Apply anytime.

Diego



More information about the MPlayer-dev-eng mailing list