mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 19:46:16 +08:00
Currently this script is stored under unix, but it's only ever going to be used on macos. This patch moves the script. No functional changes. Pick-to: 6.11 6.10 6.8 Change-Id: Iba3d101d360e90ffaa3478689bb002b4e5f65bc1 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
10 lines
425 B
Bash
Executable File
10 lines
425 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/macos/install-ffmpeg-macos.sh" "macos-universal"
|
|
#source "${BASH_SOURCE%/*}/../common/unix/install-ffmpeg-android.sh" "android-arm64" "use_16kb_page_size"
|
|
source "${BASH_SOURCE%/*}/../common/macos/install-ffmpeg-ios.sh"
|