replace FFMPEG with libav

pull/155/head
Yossi 2017-12-11 17:49:41 +02:00
parent bc52bec634
commit 585b813674
1 changed files with 2 additions and 8 deletions

View File

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