[FFmpeg-devel] [PATCH] lavc/aac: fix shared build failures with MSVC.

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Nov 9 09:31:33 CET 2012


Hendrik Leppkes <h.leppkes <at> gmail.com> writes:

> The problem is that the dllimport marker is always present, 
> so even if you use a datasymbol in the same library where 
> it lives, the compiler/linker make it an imported symbol, 
> which means its not constant, and thus cannot be used as a 
> static initializer.

So is the patch ok?

Carl Eugen



More information about the ffmpeg-devel mailing list