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

Hendrik Leppkes h.leppkes at gmail.com
Wed May 22 09:55:43 CEST 2013


On Wed, May 22, 2013 at 9:42 AM, Steffen <Steffen.Roeber at hella.com> wrote:
> The git head works but gives me something like:
>
> 1>     Creating library ..\..\bin\Debug\cio.lib and object
> ..\..\bin\Debug\cio.exp
> 1>libavcodec.lib(pamenc.o) : warning LNK4049: locally defined symbol
> _avpriv_snprintf imported
> 1>libavcodec.lib(huffyuvenc.o) : warning LNK4217: locally defined symbol
> _avpriv_snprintf imported in function _encode_init
> 1>libavcodec.lib(ffv1enc.o) : warning LNK4049: locally defined symbol
> _avpriv_snprintf imported
> 1>libavcodec.lib(ratecontrol.o) : warning LNK4049: locally defined symbol
> _avpriv_snprintf imported
> 1>libavcodec.lib(assenc.o) : warning LNK4049: locally defined symbol
> _avpriv_snprintf imported
> 1>libavcodec.lib(xbmenc.o) : warning LNK4049: locally defined symbol
> _avpriv_snprintf imported
>
>
>

You can safely ignore these warnings, they happen because the build
system was meant to be kept simple, instead of over-complicating
everything and avoiding these warnings.


More information about the Libav-user mailing list