[Ffmpeg-devel] [bug] raw.c link failure on ff_ac3_parse_header

Uoti Urpala uoti.urpala
Thu Mar 22 11:03:51 CET 2007


On Thu, 2007-03-22 at 10:33 +0100, Diego Biurrun wrote:
> On Thu, Mar 22, 2007 at 10:35:40AM +0200, Uoti Urpala wrote:
> > On Thu, 2007-03-22 at 09:21 +0100, Diego Biurrun wrote:
> > > No.  The report remains incomplete and the problem unreproducible.
> > 
> > The problem seems clear: libavformat/raw.c unconditionally compiles a
> > call to ff_ac3_parse_header, but that function itself is not compiled
> > unconditionally.
> 
> './configure --disable-encoder=ac3' is not enough to reproduce it and
> the reporter provided hardly any detail at all...

ff_ac3_parse_header is in libavcodec/ac3.c. libavcodec/Makefile adds
ac3.o to OBJS if CONFIG_AC3_ENCODER or CONFIG_AC3_PARSER is set. So it
seems you have to use some options which disable both.





More information about the ffmpeg-devel mailing list