<div class="gmail_quote">On Wed, Jun 8, 2011 at 2:04 PM, Roshan Vishwakarma <span dir="ltr"><<a href="mailto:vishwakarma.roshan@gmail.com">vishwakarma.roshan@gmail.com</a>></span> wrote:<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
Is anyone know how to run the FFmpeg project in Visual Studio 2010.<br>I am trying to run FFmpeg in VSC++2010 but getting most of the errors.<br></blockquote><div>read this first: <a href="http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page">http://ffmpeg.arrozcru.org/wiki/index.php?title=Main_Page</a><br>
You can not use MSVC compiler to build FFmpeg because FFmpeg written on C against C99 standard<br>and Microsoft doesn't update their C compiler for a very long time (they <span id="result_box" class="short_text" lang="en"><span title="Нажмите, чтобы увидеть альтернативный перевод" class="hps">concentrated</span></span> on C++ and other own languages).<br>
<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">As FFmpeg is big project I need to make it small in size by trimming some of the code. <br>


The purpose of trimming the code is to just make the conversion of AVI to WMV.<br></blockquote><div>this is pointless. AVI is a container that may use almost any codec for audio / video.<br>libavcodec responsible for codecs and it is biggest library in FFmpeg <span id="result_box" class="short_text" lang="en"><span title="Нажмите, чтобы увидеть альтернативный перевод" class="hps">delivery.</span></span><br>
If you need not some codecs you may just disable them in your FFmpeg building configuration<br>without manually trimming the code.<br></div></div><span style="color:rgb(192, 192, 192)">-----------------------------------------------</span><br style="color:rgb(192, 192, 192)">
</div><span style="color:rgb(192, 192, 192)">Kirill Gavrilov,</span><br style="color:rgb(192, 192, 192)"><span style="color:rgb(192, 192, 192)">Software designer.</span><br><a href="mailto:kirill@sview.ru" target="_blank"></a><br>