3,编译安装MPlayer: # tar jxvf MPlayer-1.0pre5.tar.bz2 # cd MPlayer-1.0pre5 ./configure --enable-gui --with-codecsdir=/usr/lib/codecs --with-win32libdir=/usr/lib/codecs --with-reallibdir=/usr/lib/codecs --with-xanimlibdir=/usr/lib/codecs --disable-inet6 --language=zh_CN # make # make install # cd etc/ (这个是你解压MPlayer-1.0pre5.tar.bz2得到的目录下的子目录,即"/MPlayer-1.0pre5/etc/)