Any suggestions on question below ? As far as I know, this would come down to some do-it-yourself building, maybe with some help from http://people.collabora.co.uk/~oleavr/OABuild/ Mark. -------- Original Message -------- Subject: FFmpeg on win32 Date: Mon, 8 Sep 2008 09:14:24 +0200 From: Lallement Lucas <[hidden email]> To: <[hidden email]> Hello, I noticed you contributed on the 0.10.5 release of Gstreamer's new FFmpeg. I really need this release; I am programming on Windows and the last FFmpeg made available <http://gstreamer.freedesktop.org/pkg/windows/> is 0.10.2 and that version crashes with xvid video dued to treading problems. Could you help? Many thanks. Sincerely, Lucas Lallement ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
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.
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: http://www.tdragon.net/recentgcc That was pretty much the only trick I had to use, then the compilation process went smoothly with the following configure parameters: configure --enable-shared --disable-static --enable-memalign-hack --enable-w32threads Andres On Mon, Sep 8, 2008 at 5:00 AM, Mark Nauwelaerts <[hidden email]> wrote:
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |