On 7/12/2013 3:31 PM, Carl Eugen Hoyos wrote:
John Orr <john.orr@...> 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

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to