On Mon, May 13, 2013 at 12:37 PM, Steffen <[email protected]> wrote: > In Windows it is quite common to have a static library which itself depends > on dynamic runtime libraries. > For this purpose I configure ffmpeg to be built with -MD option. > In this case I get many linker error of avpriv_sprintf or avpriv_strtod. > libavformat.lib(gopher.o) : error LNK2001: unresolved external symbol > __imp__avpriv_snprintf > libavutil.lib(eval.o) : error LNK2001: unresolved external symbol > __imp__avpriv_strtod > > Did anybody do something like this? > > >
This should be fixed in latest git head, please try again with an up to date version. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
