mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 03:46:44 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user