<div class="gmail_extra"><div class="gmail_quote">On Sun, Nov 25, 2012 at 4:15 AM, RJV Bertin <span dir="ltr"><<a href="mailto:rjvbertin@gmail.com" target="_blank">rjvbertin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Related question: is there a build available that provides the libraries in the format required for use with MSVC?<br></blockquote></div><br>Ahh, if you want to use the libraries from MSVC you need the dev (which you linked in your original email) and shared (<a href="http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20121120-git-8b6aeb1-win64-shared.7z">http://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20121120-git-8b6aeb1-win64-shared.7z</a>) builds.<br>

<br>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.<br>

<br>Matt<br></div>