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-11 17:11:56 +0000
commitfbdcbcc0ded963cadfd230d5f7965664f7df9e2b (patch)
tree33b2835e984d8624c7f10baae0daa9c965d5239b
parent695067da765656831fc81b264127b16bae395d37 (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.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> (cherry picked from commit f84d0c1644da011d85c2bccb02d06488085c8557)
-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 73204429..f27eb8b1 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"