[FFmpeg-cvslog] r21990 - trunk/libavcodec/Makefile

Daniel Verkamp daniel
Wed Feb 24 07:00:40 CET 2010


On Tue, Feb 23, 2010 at 10:22 PM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
> Hi,
>
> On Tue, Feb 23, 2010 at 5:32 AM, daniel <subversion at mplayerhq.hu> wrote:
>> Author: daniel
>> Date: Tue Feb 23 09:32:29 2010
>> New Revision: 21990
>>
>> Log:
>> Fix h264 parser dependencies
>>
>> Modified:
>> ? trunk/libavcodec/Makefile
>>
>> Modified: trunk/libavcodec/Makefile
>> ==============================================================================
>> --- trunk/libavcodec/Makefile ? Tue Feb 23 09:23:59 2010 ? ? ? ?(r21989)
>> +++ trunk/libavcodec/Makefile ? Tue Feb 23 09:32:29 2010 ? ? ? ?(r21990)
>> @@ -520,6 +520,7 @@ OBJS-$(CONFIG_H261_PARSER) ? ? ? ? ? ? +
>> ?OBJS-$(CONFIG_H263_PARSER) ? ? ? ? ? ? += h263_parser.o
>> ?OBJS-$(CONFIG_H264_PARSER) ? ? ? ? ? ? += h264_parser.o h264.o h264idct.o \
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? h264pred.o cabac.o ? ? ? ? ? ? ?\
>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?h264_refs.o h264_sei.o h264_loopfilter.o h264_direct.o h264_cabac.o h264_cavlc.o h264_ps.o \
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? mpegvideo.o error_resilience.o
>> ?OBJS-$(CONFIG_MJPEG_PARSER) ? ? ? ? ? ?+= mjpeg_parser.o
>> ?OBJS-$(CONFIG_MLP_PARSER) ? ? ? ? ? ? ?+= mlp_parser.o mlp.o
>
> Michael had some comments on such a change:
> http://article.gmane.org/gmane.comp.video.ffmpeg.devel/104165

Ah, true, I was not aware of this thread.

Feel free to revert or otherwise modify if this is incorrect.

Thanks,
-- Daniel Verkamp



More information about the ffmpeg-cvslog mailing list