参照官方说明文档
开始下载原码:
#svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
#cd mplayer
#./configure
出错:
Error: yasm not found, use --yasm='' if you really want to compile without
#apt-get install yasm
装完yasm后重新configure,还是一样
加上--yasm=参数就可以解决了
#./configure --yasm=
#make
#make install
这样mplayer就被安装在/usr/local/bin目录下了
测试:
#mplayer 1.avi 视频播放成功
阅读(1832) | 评论(0) | 转发(0) |