[Libav-user] installing for Windows

Matthew Einhorn moiein2000 at gmail.com
Sun Nov 25 10:38:37 CET 2012


On Sun, Nov 25, 2012 at 4:15 AM, RJV Bertin <rjvbertin at gmail.com> wrote:

> Related question: is there a build available that provides the libraries
> in the format required for use with MSVC?
>

Ahh, if you want to use the libraries from MSVC you need the dev (which you
linked in your original email) and shared (
http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20121120-git-8b6aeb1-win64-shared.7z)
builds.

The shared build provides the dlls that you need to load. The dev build
provides the include header files as well as stub .lib files that you can
use to implicitly load the dll files. If you're using visual studio, you
add the .lib files to the configuration and that will make all the
functions in the dlls available to you.

Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20121125/d0460a8a/attachment.html>


More information about the Libav-user mailing list