[Ffmpeg-devel] Re: [MPlayer-dev-eng] [PATCH] fix --with-x264incdir ignored in libavcodec/Makefile

Måns Rullgård mru
Wed Jun 21 12:13:12 CEST 2006


Guillaume Poirier said:
> Hi,
>
> 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.
>>
>> Here you are - a mini-patch.
>>
>>
>> ------------------------------------------------------------------------
>>
>> Index: libavcodec/Makefile
>> ===================================================================
>> --- libavcodec/Makefile	(revision 5501)
>> +++ libavcodec/Makefile	(working copy)
>> @@ -318,6 +318,7 @@
>>
>>  ifeq ($(CONFIG_X264),yes)
>>  OBJS+= x264.o
>> +CFLAGS += $(X264_INC)
>>  endif
>>
>>  ifeq ($(CONFIG_MP3LAME),yes)
>>
>>
>> ------------------------------------------------------------------------
>
> I had the same patch on my tree. I'll apply it unless someone (Diego?)
> disagrees.

This is the wrong fix.  It should be done in configure instead.  I'll look
into it tonight.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list