Fixing issues seen on Fedora Server 29 fixes #3

This commit is contained in:
James Stocker 2019-02-22 10:49:12 +00:00
parent a77243cf6a
commit 37b425439c

View File

@ -7,7 +7,7 @@
# Licensed by GPL v.2
# Date: 02-10-2016
# --------------------------------------
VERSION=1.2
VERSION=1.2.1
URL=https://www.johnvansickle.com/ffmpeg/
URL_RELEASES=https://johnvansickle.com/ffmpeg/releases/
@ -123,9 +123,9 @@ case $1 in
exit
fi
tar Jxvf $NAME_PACKAGE
rm -f ffmpeg-url ffmpeg*xz
cd ffmpeg-*
cp -rf ffmpeg $PATH_INSTALL
cp -rf ffmpeg-10bit $PATH_INSTALL
cp -rf ffprobe $PATH_INSTALL
cd ..
rm -rf ffmpeg-*