[Libav-user] ffmpeg 2.0 aacdec.c depends on ape?
Paul B Mahol
onemda at gmail.com
Fri Jul 12 20:20:45 CEST 2013
On 7/12/13, John Orr <john.orr at scala.com> wrote:
> The ffmpeg 2.0 version of libavformat\aacdec.c now contains some
> reference to APE. In includes apetag.h and calls ff_ape_parse_tag().
> It did not do that in ffmpeg 1.2.
>
> When I tried to upgrade from 1.2 to 2.0, I found I had a link failure.
> When I compile ffmpeg for my own purposes, I usally disable most
> demuxers and decoders. In particular, I disable APE, but enable AAC.
> With FFMPEG 1.2, that worked fine. With FFMPEG 2.0, ffmpeg fails to
> link unless I enable the APE demuxer.
Proof or it did not happen.
>
> For the time being I can use --enable-demuxer=ape when I configure.
>
> I wasn't sure if this was intentional and now aacdec formally depends on
> APE, or if it was an oversite.
aacdec demuxer does not depend on ape demuxer.
>
> --Johno
>
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>
More information about the Libav-user
mailing list