首页 > 其他 > 详细

CentOS下源码安装mplayer播放器

时间:2016-06-13 23:27:40      阅读:340      评论:0      收藏:0      [点我收藏+]

 

http://www.mplayerhq.hu/MPlayer/releases/

 

[root@ok MPlayer-1.2.1]# pwd
/root/MPlayer-1.2.1

 

http://www.mplayerhq.hu/MPlayer/releases/codecs/

 

[root@ok Desktop]# ls
all-20061022  all-20061022.tar.bz2

 

[root@ok Desktop]# mkdir /usr/local/lib/codec
[root@ok Desktop]# mv -f all-20061022/* /usr/local/lib/codecs/

 

[root@ok MPlayer-1.2.1]# pwd
/root/MPlayer-1.2.1
[root@ok MPlayer-1.2.1]# ./configure --codecsdir=/usr/local/lib/codecs --enable-gui
make && make install
原地址:http://www.xitongzhijia.net/xtjc/20150228/39477.html
       http://www.centoscn.com/image-text/install/2014/0419/2815.html

 卸载原有的播放器:

root     15481     1  0 22:39 ?        00:00:00 totem /home/iptables/15-企业实战案例1-部署企业上网网关实战讲解01_rec.mp4

 

[root@ok MPlayer-1.2.1]# which totem
/usr/bin/totem
[root@ok MPlayer-1.2.1]# rpm -qf /usr/bin/totem
totem-2.28.6-4.el6.x86_64
[root@ok MPlayer-1.2.1]# yum remove totem

 

CentOS下源码安装mplayer播放器

原文:http://www.cnblogs.com/bass6/p/5582307.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!