ffmpeg linux編譯

yasm,aptitude install pkg-config

x264,http://www.videolan.org/developers/x264.html,

./configure --enable-shared --prefix=【自定義目錄】

make

make install

export PKG_CONFIG_PATH=【上面定義的目錄裏的那個pkgconfig目錄】

ffmpeg,https://github.com/ffmpeg

./configure --enable-shared --enable-libx264 --enable-gpl --prefix=【自定義目錄】

make

make install

發佈了102 篇原創文章 · 獲贊 3 · 訪問量 9萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章