Provision FFmpeg library for QtMultimedia plugin

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>
This commit is contained in:
Piotr Srebrny
2022-01-24 14:20:42 +01:00
parent 6b2298dacf
commit a273e9f11c
10 changed files with 221 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
"$BASEDIR/../common/linux/install-ffmpeg.sh"