Merge pull request #4 from Rumbles/master

Fixing issues seen on Fedora Server 29 fixes #3
This commit is contained in:
q3aql 2019-03-23 16:20:48 +01:00 committed by GitHub
commit a614b5e729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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-*