<div dir="ltr">OABuild comes with a stripped-down version of FFMpeg in order to make it compatible with MSVC++, and so it misses lots of useful codecs.<br><br>But I was able compile the code of FFMpeg pulled a few days ago from SVN using mingw and msys. However, the version of gcc that comes with mingw by default needs to be replaced by gcc 4.2.4 available here:<br>
<a href="http://www.tdragon.net/recentgcc">http://www.tdragon.net/recentgcc</a>&nbsp; <br><br>That was pretty much the only trick I had to use, then the compilation process went smoothly with the following configure parameters:<br>
configure --enable-shared --disable-static --enable-memalign-hack --enable-w32threads<br><br>Andres<br><br><div class="gmail_quote">On Mon, Sep 8, 2008 at 5:00 AM, Mark Nauwelaerts <span dir="ltr">&lt;<a href="mailto:manauw@skynet.be">manauw@skynet.be</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Any suggestions on question below ?<br>
As far as I know, this would come down to some do-it-yourself building, maybe<br>
with some help from <a href="http://people.collabora.co.uk/%7Eoleavr/OABuild/" target="_blank">http://people.collabora.co.uk/~oleavr/OABuild/</a><br>
<br>
Mark.<br>
<br>
-------- Original Message --------<br>
Subject: &nbsp; &nbsp; &nbsp; &nbsp;FFmpeg on win32<br>
Date: &nbsp; Mon, 8 Sep 2008 09:14:24 +0200<br>
From: &nbsp; Lallement Lucas &lt;<a href="mailto:lucas.lallement@rsacosmos.com">lucas.lallement@rsacosmos.com</a>&gt;<br>
To: &nbsp; &nbsp; &lt;<a href="mailto:manauw@skynet.be">manauw@skynet.be</a>&gt;<br>
<br>
<br>
<br>
Hello,<br>
<br>
I noticed you contributed on the 0.10.5 release of Gstreamer&#39;s new FFmpeg.<br>
I really need this release; I am programming on Windows and the last<br>
FFmpeg made available &lt;<a href="http://gstreamer.freedesktop.org/pkg/windows/" target="_blank">http://gstreamer.freedesktop.org/pkg/windows/</a>&gt; is<br>
0.10.2 and that version crashes with xvid video dued to treading problems.<br>
Could you help?<br>
<br>
Many thanks.<br>
<br>
Sincerely,<br>
<br>
Lucas Lallement<br>
<br>
<br>
-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>
Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>