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? -- View this message in context: http://libav-users.943685.n4.nabble.com/Making-a-static-lib-with-MD-option-tp4657578.html Sent from the libav-users mailing list archive at Nabble.com. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
