1 / 17

Mplayer

Mplayer. 資工三 A 4980E008 劉建宏. 編輯設定批次檔 ( 自設檔名 :baschrc_glibc_v1) 下達指令 “ gedit baschrc_glibc_v1”. – 驗證工具鍊的路徑是否正確. 輸入 〝tar xvf MPlayer-1.0rc3.tar.bz2 〞 解壓 縮. 進入目錄” MPlayer-1.0rc3”, 編輯 “ configure”.

neo
Download Presentation

Mplayer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mplayer 資工三A 4980E008 劉建宏

  2. 編輯設定批次檔(自設檔名:baschrc_glibc_v1)下達指令 “gedit baschrc_glibc_v1”

  3. – 驗證工具鍊的路徑是否正確

  4. 輸入〝tar xvf MPlayer-1.0rc3.tar.bz2 〞解壓縮

  5. 進入目錄” MPlayer-1.0rc3”, 編輯 “configure”

  6. 插入nds32le() { case "$host_arch" in nds32le|nds32le*) return 0;; *) return 1;; esac}

  7. 插入 nds32le

  8. 插入 nds32le|nds32le*) host_arch=nds32le ;;

  9. 插入 nds32le|nds32le*)arch=“nds32le”iproc=“nds32le”;;

  10. 修改”install strip=“nds32le-linux-strip”

  11. 輸入〝./configure --cc=nds32le-linux-gcc --hostcc=gcc --as=nds32le-linux-as --ar=nds32le-linux-ar -- ranlib=nds32le-linux-ranlib --target=nds32le-linux -- enable-cross-compile --enable-static -- prefix=/usr/local/mplayer --disable-mencoder -- disable-mp3lib --enable-fbdev --enable-mad --extracflags=-I/usr/local/mad/include --extra-libs=- L/usr/local/mad/lib〞自動設定Makefile參數, 產生 config.mk, config.h

  12. 輸入“make” 進行編譯

  13. 輸入“sudo make install”進行安裝

  14. 安裝後產生目錄 /usr/local/mplayer

More Related