Google
 

SourceForge.net Logo Support This Project

Please use the tracker instead of sending me emails, I get a lot of email also about other projects, and since I cannot always reply immediatly some emails can go unreplied.

† I've tested xvid/x264 encoding and SSE ac3 decoder, they are working for me †

MPlayer on win32 using mingw32

Other precompiled versions of MPlayer can be found on the main projects page

I'm currently using gcc 4.2.3 for my builds - 7z files are 7-zip compressed files. Binaries have SSE enabled (p3/p4). RTM means with runtime cpudetection.

Included win32 port of matrixview, try mplayer -vo matrixview filename or using matrixview:cols=320:rows=240

Binaries of MPlayer/MEncoder (in the same package), FFmpeg and MPlayer win32 GUI

† Download MPlayer/MEncoder svn rev 26446 - 04/14/2008

† Download FFmpeg svn rev 18210 - 04/14/2008

† Download MinGW32 ToolChain @ 20080414 (gcc/binutils/runtime)

† Download MinGW Build Environment - gcc 4.2.3 - Please read Release Notes

[Applied patches]

[MinGW libs]

[Misc Files]

Note: do not use colon in --with-extraincdir, i.e. use /c/live instead of c:/live

[Compile time options]

./configure \
    --prefix=/usr               \
    --language=all              \
    --enable-win32              \
    --enable-static             \
    --enable-qtx                \
    --enable-real               \
    --enable-md5sum             \
    --enable-menu               \
    --disable-vidix-internal    \
    --disable-sdl               \
    --enable-dvdread            \
    --enable-dvdread-internal   \
    --enable-libdvdcss-internal \
    --enable-caca               \
    --enable-gl                 \
    --enable-matrixview         \
    --enable-freetype           \
    --enable-png                \
    --enable-jpeg               \
    --enable-gif                \
    --enable-tga                \
    --enable-mad                \
    --disable-tv                \
    --disable-dvb               \
    --disable-dvbhead           \
    --with-extraincdir=path_to_live
 

To compile live555.com stuff you just need to call ./genMakefiles mingw, then make.

You may want to compile mplayer gui as native Windows application without the console window:

    --enable-gui \
    --disable-gl \
    --disable-caca \
    --extra-libs="-mwindows"