[Libav-user] Making a static lib with -MD option
Steffen
Steffen.Roeber at hella.com
Mon May 13 12:37:34 CEST 2013
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.
More information about the Libav-user
mailing list