aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Dyomin <artem.dyomin@qt.io>2023-12-26 12:43:40 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-10 08:21:26 +0000
commitf84d0c1644da011d85c2bccb02d06488085c8557 (patch)
treed522d28aeaf65ab06fee2d8c89bee751ea5b2c94
parent1cf5b24dc2e3b263a3fc44dffa67b1fe1640099c (diff)
Update ffmpeg to n6.1 for Linux and macOS
FFmpeg version was between n6.0 and n6.1 due to some hot fix for having it compilable on CI. Since n6.1 has been release, we should update. Pick-to: 6.6 6.5 Change-Id: I0d88599be53748eeb038287abe8aad6c0f189933 Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no> (cherry picked from commit 9fa918c129d43782f501e40a7b80c8bdab62b9c0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rwxr-xr-xcoin/provisioning/common/unix/install-ffmpeg.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/coin/provisioning/common/unix/install-ffmpeg.sh b/coin/provisioning/common/unix/install-ffmpeg.sh
index 004be781..9b90e8b4 100755
--- a/coin/provisioning/common/unix/install-ffmpeg.sh
+++ b/coin/provisioning/common/unix/install-ffmpeg.sh
@@ -11,12 +11,9 @@ source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
# shellcheck source=../unix/SetEnvVar.sh
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
-# Commit c5039e158d20e85d4d8a2dee3160533d627b839a is the latest one in 6.0 branch.
-# When using the latest commit we will also get fix for https://fftrac-bg.ffmpeg.org/ticket/10405
-# Should be changed to official release as soon as possible!
-version="c5039e158d20e85d4d8a2dee3160533d627b839a"
+version="n6.1"
url_public="https://github.com/FFmpeg/FFmpeg/archive/$version.tar.gz"
-sha1="4e13a26d3be7ac4d69201a6aa0accd734b24b3c4"
+sha1="1feb946476f3076a9b38c97ca0d8b69e1826049c"
url_cached="http://ci-files01-hki.ci.qt.io/input/ffmpeg/$version.tar.gz"
ffmpeg_name="FFmpeg-$version"