mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-30 18:27:11 +08:00
This patch adds FFmpeg provisioning for Android and iOS for qtci-macos-12..15-arm..x86-64 by syncing with qtci-macos-13-x86_64 where this was already done. Pick-to: 6.8 Change-Id: I070514cbff12504db7c6fa77111e12d7e500ce30 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
10 lines
396 B
Bash
Executable File
10 lines
396 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#Copyright (C) 2023 The Qt Company Ltd
|
|
#SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
|
|
set -ex
|
|
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-ffmpeg.sh" "macos-universal"
|
|
#source "${BASH_SOURCE%/*}/../common/unix/install-ffmpeg-android.sh" "android-arm64"
|
|
source "${BASH_SOURCE%/*}/../common/unix/install-ffmpeg-ios.sh"
|