Preconditions-Can be downloaded from http://www.mplayerhq.hu/MPlayer/
Mplayer-1.0rc2.tar.bz2
all-20071007.tar.bz2
windows-all-20071007.zip
brushedGnome-1.0.tar.bz2
Procedures
Loginning as root
mkdir /root/mplayerTemp/ && cd /root/mplayerTemp/
copying the four files listing above to /root/mplayerTemp/
decompressing all file in /root/mplayerTemp/
mkdir /usr/lib/codecs/
mkdir /usr/lib/wincodecs/
mv all-*/* /usr/lib/codecs/
mv windows-all*/* /usr/lib/wincodecs
cd Mplayer-*
./configure(refering to configure file)
--prefix=/usr/local/mplayer----安装目录
--enable-gui ----安装图形界面
--enable-freetype ----调节字体
--with-codecsdir=/usr/lib/codecs/
--with-win32libdir=/usr/lib/wincodecs/
--language=zh_CN
make
make install
mv brushedGnome*(皮肤文件夹) /usr/local/mplayer/share/mplayer/skins/
cd /usr/local/mplayer/share/mplayer/skins/
mv brushedGnome* default
copy subfont.ttf $HOME/.mplayer/

