从www.mplayerhq.com下载解码器包
需要all-20040625.tar.bz2、win32codecs-20040626.tar.bz2、live.X.tar.gz (最新的),解压缩(右击,在KDE中选择动作-解压缩到这里,在Gnome中选择解压缩到此处),将all和win32的到的所有文件(不是得到的那个文件夹,而是其中的文件)拷贝到/usr/local/lib/codecs里边
将live解压缩得到的文件夹(这次是文件夹)放到/usr/local/lib/codecs里边;打开终端,进入/usr/lib/codecs/live文件夹,运行:
genMakefile linux
make
准备工作完毕,下面安装mplayer
在终端中,输入如下命令:
cd where-the-MPlayer-1.0pre4.tar.bz2-is //cd is a command like DOS's cd
tar xjf MPlayer-1.0pre4.tar.bz2 //tar is an uncompressed command, use "tar --help" or
"man tar" for help of tar. generally, the parameters "xjf" is for .tar.bz2 and tar.bz files, and "xzf" for .tar.gz files