mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 05:37:45 +08:00
One of the QtMultimedia backends is implemented using FFmpeg. This provisioning enables building and testing of this backend. Change-Id: Ia196c2ae4b457aa6b8e3ee8e0f367197aadfe0d9 Reviewed-by: Simo Fält <simo.falt@qt.io>
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/usr/bin/env bash
|
|
BASEDIR=$(dirname "$0")
|
|
"$BASEDIR/../common/linux/install-ffmpeg.sh"
|
|
|