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

Tom Harper d.thomas.harper
Thu Mar 22 17:02:03 CET 2007


re:
A> './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.

Yes,

I disable everything....

--disable-encoders \
--disable-decoders \
--disable-demuxers \
--disable-muxers \
--disable-parsers  \

then enable each codec and parser specifically.  Neither CONFIG_AC3_PARSER
or CONFIG_AC3_ENCODER are enabled.

In any case disabling the parser and encoder should work to reproduce.

Tom





More information about the ffmpeg-devel mailing list