[Libav-user] ffmpeg 2.0 aacdec.c depends on ape?
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jul 12 21:31:38 CEST 2013
John Orr <john.orr at ...> writes:
> LD libavformat/avformatmm-55.dll
> Creating library file: libavformat/libavformatmm.dll.a
> libavformat/apetag.o: In function `ape_tag_read_field':
> h:\src\ffmpeg2_0/libavformat/apetag.c:73: undefined reference to
> `_ff_guess_image2_codec'
Should be fixed, thank you for the report!
You can use things like the following in configure:
./configure --disable-decoders --enable-decoder=pcm*,h261
And note that --disable-everything disables most (all)
of the things that you disable explicitely.
Carl Eugen
More information about the Libav-user
mailing list