linux compile ffmpeg

sudo apt-get install yasm -y

sudo apt-get install make -y

sudo apt-get install cmake -y

sudo apt-get update -y

 ./configure

  make

  make install

  :wq

//

原文地址:https://www.cnblogs.com/YZFHKMS-X/p/13202845.html