源码编译

10

./configure --prefix=/usr/local/ffmpeg #--prefix选择最后安装位置
make -j4 #多线程编译
vi /etc/profile #添加变量
source /etc/profile #使环境变量生效