On Sun, Nov 25, 2012 at 4:15 AM, RJV Bertin <rjvber...@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
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to