annotation "ffmpeg-10bit"

annotation "ffmpeg-10bit"
Because the new installation package no longer exists ffmpeg-10bit
This commit is contained in:
MRDHR 2019-06-14 10:23:40 +08:00 committed by GitHub
parent 3861c1e444
commit e77a7150f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ case $1 in
tar Jxvf $NAME_PACKAGE tar Jxvf $NAME_PACKAGE
cd ffmpeg-* cd ffmpeg-*
cp -rf ffmpeg $PATH_INSTALL cp -rf ffmpeg $PATH_INSTALL
cp -rf ffmpeg-10bit $PATH_INSTALL #cp -rf ffmpeg-10bit $PATH_INSTALL
cp -rf ffprobe $PATH_INSTALL cp -rf ffprobe $PATH_INSTALL
cd .. cd ..
rm -rf ffmpeg-* rm -rf ffmpeg-*