From 3be99d2a69d62fdc95e6de5f1089a7c6c05d576a Mon Sep 17 00:00:00 2001 From: Moe Date: Sun, 1 Jul 2018 11:30:57 -0700 Subject: [PATCH] ffmpeg-static locked to 2.2.1 for ffmpeg 3.4.2 --- INSTALL/centos.sh | 2 +- INSTALL/ubuntu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL/centos.sh b/INSTALL/centos.sh index d1225541..9c8511d4 100644 --- a/INSTALL/centos.sh +++ b/INSTALL/centos.sh @@ -44,7 +44,7 @@ if [ "$ffmpeginstall" = "y" ] || [ "$ffmpeginstall" = "Y" ]; then sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm sudo yum install ffmpeg ffmpeg-devel -y else - sudo npm install ffmpeg-static + sudo npm install ffmpeg-static@2.2.1 fi fi echo "Shinobi - Do you want to Install Node.js?" diff --git a/INSTALL/ubuntu.sh b/INSTALL/ubuntu.sh index 2e1ef468..5299374a 100644 --- a/INSTALL/ubuntu.sh +++ b/INSTALL/ubuntu.sh @@ -62,7 +62,7 @@ if [ "$ffmpeginstall" = "y" ] || [ "$ffmpeginstall" = "Y" ]; then echo "=============" fi else - sudo npm install ffmpeg-static + sudo npm install ffmpeg-static@2.2.1 fi fi echo "============="