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.

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to