Update ffmpeg version to n6.0

Checked the basic functionality on macOS, linux, and windows.
To be tested in detail.

Pick-to: 6.5
Change-Id: I109f52ab33d58088332a3885c83d622815edd22e
Reviewed-by: Lars Knoll <lars@knoll.priv.no>
This commit is contained in:
Artem Dyomin
2023-03-06 14:40:27 +01:00
parent 967bdc47ab
commit aed030bb90
2 changed files with 6 additions and 11 deletions

View File

@@ -42,9 +42,9 @@
# This script will install FFmpeg
$msys = "C:\Utils\msys64\usr\bin\bash"
$version = "n5.1"
$version = "n6.0"
$ffmpeg_name = "ffmpeg-" + $version;
$sha1 = "9D5AD63032B03922D38F99159728F24C305FC345"
$sha1 = "5DDDE739FF966A7EEE810D65D7290860A52709D7"
$url_cached = "http://ci-files01-hki.intra.qt.io/input/ffmpeg/" + $version + ".zip"
$url_public = "https://github.com/FFmpeg/FFmpeg/archive/refs/tags/" +$version + ".zip"