[Libav-user] How to build static libs for Windows

Gonzalo Garramuno ggarra13 at gmail.com
Sun Mar 23 00:35:13 CET 2014


On 12/03/14 22:23, YIRAN LI wrote:
> Hi all,
>
> I'm looking for a way to generate ffmpeg static libs for Windows (not
> import .libs + dll) so that my application no longer needs dlls.
>
> If I configure with --enable-static --disable-shared, then I can only get
> .a files (compiled under both MinGW and VS2013).
>
> I'm not sure if these .a files can be used in VisualStudio, or is there any
> way I can generate standalone .libs?
Yes, those .a files are .lib files and you should be able to use them.



More information about the Libav-user mailing list