Revert "Updated ffmpeg link in docker-build.sh to use release builds"

This reverts commit 768ec59f30.
This commit is contained in:
Isaac Abadi
2022-04-24 06:16:43 -04:00
parent ebb7f6a2b0
commit 37c858f950

View File

@@ -23,7 +23,7 @@ case $(uname -m) in
esac
echo "Architecture: $ARCH"
wget "https://johnvansickle.com/ffmpeg/builds/ffmpeg-release-${ARCH}-static.tar.xz" -O ffmpeg.txz
wget "https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-${ARCH}-static.tar.xz" -O ffmpeg.txz
mkdir /tmp/ffmpeg
tar xf ffmpeg.txz -C /tmp/ffmpeg
cp /tmp/ffmpeg/*/ffmpeg /usr/local/bin/ffmpeg