replace FFMPEG with libav

This commit is contained in:
Yossi 2017-12-11 17:49:41 +02:00
parent bc52bec634
commit 585b813674

View File

@ -108,14 +108,8 @@ echo "========== Installing htop ============"
sudo apt-get install htop -y sudo apt-get install htop -y
echo "========== Setup FFMPEG ============" echo "========== Setup libav ============"
sudo apt-get install git -y sudo apt-get install libav-tools
sudo git clone git://source.ffmpeg.org/ffmpeg.git
cd ffmpeg
./configure
make
make install