mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 12:37:50 +08:00
Improve the script fix_ffmpeg_dependencies
* add FFmpeg stubs to the 'Required.private' section. This will make the logic more robust after integration this in qt multimedia. * add some script comments. * fix shellcheck. * add validity checks. Pick-to: 6.8 6.9 Change-Id: I28639d21c7210109e52ff98ce682da51f8744287 Reviewed-by: Jøger Hansegård <jogerh@gmail.com> Reviewed-by: Pavel Dubsky <pavel.dubsky@qt.io>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
|
||||
source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
|
||||
# version 0.18.0 doesn't work correctly for Android binaries, so we use 0.17.2
|
||||
patchelf_version="0.17.2"
|
||||
|
||||
url_cached="https://ci-files01-hki.ci.qt.io/input/android/patchelf/$patchelf_version.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user