1. 解压:
tar jxvf mplayer-export-snapshot.tar.bz2
2. 安装git:
yum -y install git
3.安装yasm
tar -zxvf
yasm-1.2.0.tar.gz
./configure
make
make
make install
3.安装zlib和libpng:
yum install zlib-devel libpng-devel
4.添加删除程序,桌面程序开发分类,安装了GTK+,X11相关的一些组件。
5.安装x264
git clone git://git.videolan.org/x264.git
cd x264
./configure --enable-static
make
make install
ldconfig
cd
6. 配置:
./configure (不要界面就用这个)
./configure --enable-gui (要界面就用这个)
./configure --enable-gui
--enable-static="-mwindows"
./configure
--enable-static="-mwindows"
7. 编译
make
make install