[FFmpeg-devel] [PATCH] fix utils.c:2125: undefined reference to `av_codec_get_tag'
Måns Rullgård
mans
Fri May 4 10:28:18 CEST 2007
Limin Wang <lance.lmwang at gmail.com> writes:
> Hi,
>
> $subj, as av_codec_get_tag and av_codec_get_id are public interfaces now,
> so maybe it's better to include riff.o anyway. I don't know whether it's
> better to change riff.c file name or move these function to another file?
> Please review the attached patch.
>
> How to reproduce easily:
> ./configure --disable-muxers --disable-demuxers
Generic functions should be moved to some other file. The riff.c file
is for stuff common between all the riff based formats and should not
be built unless such a format is enabled.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list