centos6.3安装mplayer

 
 
   
  1. rpm -Uhv http://tree.repoforge.org/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpm 
  2. rpm -Uhv http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm 
  3. yum install libdvdcss libdvdread libdvdplay libdvdnav lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg libquicktime 
  4. yum install mplayer* 
  5. http://www1.mplayerhq.hu/MPlayer/releases/codecs/ 
  6. yum安装mplayer后编码包默认应安装在/usr/lib/codecs/中 
  7.  
  8. 1.tar jxvf all-20071007.tar.bz2   
  9. 2.mv -f all-20071007/* /usr/lib/codecs/   
  10. 3.unzip windows-all-20071007.zip   
  11. 4.mkdir /usr/lib/win32     
  12. 5.mv window-all-20071007/* /usr/lib/win32  
  13. 6.ln -s /usr/lib/codecs /usr/lib/win32  【32位系统】 
  14.   ln -s /usr/lib64/codecs /usr/lib/win32【64位系统】