天天看點

centos6下安裝mplayer

  mplayer支援相當多的格式,是以想換一下玩玩。

  從官網上下載下傳下來mplayer-export-snapshot.tar.bz2

  在./configur報錯

  “No FFmpeg checkout, press enter to download one with git or CTRL+C to abort”

   回車下載下傳ffmpeg,回車後

   /configure: line 53: git: command not found Failed to get a FFmpeg checkout

   google搜了一圈也沒找到答案,就選擇用rpm包方式安裝,

   下載下傳mplayer1.0-0.126.20110816svn.fc16.x86_64.rpm

   發現依賴關系太多,有些YUM裡還沒有,無奈了,太多包總不能一個一個去找吧

   最後還是選擇用源碼方式安裝,隻是換一個版本

   下載下傳MPlayer-1.0rc3.tar.gz

   tar zxvf MPlayer-1.0rc3.tar.gz

   cd MPlayer-1.0rc3

   ./configure --prefix=/usr/local/mplayer --enable-gui

   make&&make install

繼續閱讀