[FFmpeg-devel] SVN 23679: missing dependency for demuxer oma

Ramiro Polla ramiro.polla
Mon Jul 5 06:02:10 CEST 2010


2010/6/23 M?ns Rullg?rd <mans at mansr.com>:
> Michael Karcher <ffmpeg at mkarcher.dialup.fu-berlin.de> writes:
>> Am Dienstag, den 22.06.2010, 08:52 -0700 schrieb Thierry Foucu:
>>> ../svn/configure --disable-everything --cc=gcc --enable-demuxer=oma
>>> /usr/local/google/ffmpeg/svn/libavformat/id3v2.c:142: undefined
>>> reference to `ff_id3v1_genre_st
>>
>> The attached patch fixes it.
>>
>> Regards,
>> ? Michael Karcher
>> Index: libavformat/Makefile
>> ===================================================================
>> --- libavformat/Makefile ? ? ?(Revision 23733)
>> +++ libavformat/Makefile ? ? ?(Arbeitskopie)
>> @@ -158,7 +158,7 @@
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?vorbiscomment.o
>> ?OBJS-$(CONFIG_OGG_MUXER) ? ? ? ? ? ? ? ? += oggenc.o \
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?vorbiscomment.o
>> -OBJS-$(CONFIG_OMA_DEMUXER) ? ? ? ? ? ? ? += oma.o raw.o id3v2.o
>> +OBJS-$(CONFIG_OMA_DEMUXER) ? ? ? ? ? ? ? += oma.o raw.o id3v2.o id3v1.o
>> ?OBJS-$(CONFIG_PCM_ALAW_DEMUXER) ? ? ? ? ?+= raw.o
>> ?OBJS-$(CONFIG_PCM_ALAW_MUXER) ? ? ? ? ? ?+= raw.o
>> ?OBJS-$(CONFIG_PCM_F32BE_DEMUXER) ? ? ? ? += raw.o
>
> Looks OK.

Applied.



More information about the ffmpeg-devel mailing list