<div dir="ltr"><div style="font-size:16px">Hello,</div><div style="font-size:16px">  I am trying to build static libraries (.lib) for FFmpeg 3.3 version in Windows 10.</div><div style="font-size:16px">I followed the steps outlined in the link given below,</div><div style="font-size:16px"><a href="https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC" target="_blank">https://trac.ffmpeg.org/wiki/<wbr>CompilationGuide/MSVC</a></div><div style="font-size:16px">and used Visual Studio 2015 version.</div><div style="font-size:16px">In order to generate static libs, I changed the configure options from "--enable-shared --disable-static" to "--enable-static --disable-shared".</div><div style="font-size:16px">But, it always generates libraries in ".a" format.</div><div style="font-size:16px">How to generate static libraries in ".lib" format?</div><div style="font-size:16px"><br></div><div style="font-size:16px">Thanks in advance ...</div></div>