mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-13 15:56:01 +08:00
Cross-platform VLC provides a cmd-line interface for creating media streams, we use it in QtMultimedia integration tests. In the future, vlc might be replaced with something more light-weight, but for now let's just start running the streaming tests at least on these platform. Pick-to: 6.5 6.6 Change-Id: I887a98a1ee8f4a9f0a08d16124303bd10fa5a6ba Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io> Reviewed-by: Lars Knoll <lars@knoll.priv.no>
9 lines
220 B
Bash
9 lines
220 B
Bash
#!/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
|
|
|
|
# for QtMM streaming tests
|
|
brew install --cask vlc
|