[Libav-user] Making a static lib with -MD option

Hendrik Leppkes h.leppkes at gmail.com
Mon May 13 14:38:59 CEST 2013


On Mon, May 13, 2013 at 12:37 PM, Steffen <Steffen.Roeber at hella.com> 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.


More information about the Libav-user mailing list