做者:Huatianhtml
github:https://github.com/Huatiangit
郵箱: 773512457@qq.comgithub
平臺:Fedora 26 (64bit)bash
1.安裝編譯須要的依賴軟件post
gcc、sdl、yasm都是ffmpeg須要依賴的軟件。其中sdl最好源碼安裝,而後配置動態庫路徑,參見http://www.javashuo.com/article/p-bqxddeok-da.html 和 http://www.javashuo.com/article/p-zdxmxdqs-bo.html 。.net
2.下載ffmpeg源碼code
官網下載頁:https://ffmpeg.org/download.html 。本例下載的爲3.0.5版本。orm
3.編譯、安裝htm
./configure --help
會出現不少參數,能夠根據本身的實際需求選擇;本例的所有命令爲:blog
./configure --enable-shared --disable-static --enable-avcodec --enable-avformat --enable-avdevice --enable-avfilter --enable-swscale --enable-swresample --enable-avresample --enable-gpl --enable-postproc --enable-pthreads --enable-network
接着:
make
sudo make install
就ok。