MPlayer

Home | Downloads |  FAQ |  Installation |  mplayer |  SlimDevices |  3rd Party Plugins Forum

Downloads - Windows

The current offical release of mplayer 1.0rc2 works with AlienBBC, it can be downloaded from the following locations:

Downloads - Mac

This binary is built on Mac OS X for the PPC platform. It will not work on Intel-based Macs. This binary is built for use WITHOUT a graphical user interface mainly for the use of the AlienBBC plugin for SlimServer. (Thanks to Dave Mason for these builds.) This is the official mplayer release from http://www.mplayerhq.hu/design7/news.html (we need some feedback about whether this works ok).

Building mplayer

The Windows version of mplayer can be compiled with the following configure options:

./configure                                \
    --prefix=/usr                          \
    --language=all                         \
    --disable-mencoder                     \
    --disable-jpeg                         \
    --disable-gif                          \
    --disable-tga                          \
    --disable-liblzo                       \
    --disable-tv                           \
    --disable-dvb                          \
    --disable-sdl                          \
    --disable-pnm                          \
    --disable-xvid                         \
    --disable-toolame                      \
    --disable-mad                          \
    --disable-png                          \
    --enable-win32                         \
    --enable-md5sum                        \
    --enable-gl                            \
    --disable-menu                         \
    --disable-macosx                       \
    --enable-live                          \
    --with-livelibdir=/home/mplayer/live   \
    --enable-real                          \
    --enable-qtx                           \
    --enable-static="-mconsole"            \
    --enable-runtime-cpudetection          \
    --with-codecsdir=codecs                \
    --enable-libavcodec

Last updated: 9 December 2007