[Libav-user] ffmpeg 2.0 aacdec.c depends on ape?
John Orr
john.orr at scala.com
Fri Jul 12 21:58:59 CEST 2013
On 7/12/2013 3:31 PM, Carl Eugen Hoyos wrote:
> 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
Ah, cool, that's a lot easier to read, thanks!
>
> And note that --disable-everything disables most (all)
> of the things that you disable explicitely.
At one point I had trouble with some component being enabled that I
didn't expect and I went overkill and added those extra disable
directives. I haven't tried to tweak my "known good" config line because
its not pain free. I'm using mingw and visual studio (which uses the
c99to89 conversion tool), so it takes like 30 minutes to configure,
compile. and link (that's with an SSD).
--Johno
More information about the Libav-user
mailing list