Decouple install-ffmpeg on linux and macos specific files

The FFmpeg building flow has become too different on linux and macos.
Decoupling the logic makes it more simple to follow.

The CR also fixes nits and shellcheck warnings in install-ffmpeg.

Pick-to: 6.8 6.9
Change-Id: I28639d28c7210809e52ff18ce612da52f8754285
Reviewed-by: Jøger Hansegård <joger.hansegard@qt.io>
This commit is contained in:
Artem Dyomin
2024-10-28 14:52:03 +01:00
parent 8d0f126d85
commit 39ad0317d1
34 changed files with 196 additions and 166 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
source "${BASH_SOURCE%/*}/../common/unix/install-ffmpeg.sh" "linux"
source "${BASH_SOURCE%/*}/../common/linux/install-ffmpeg-linux.sh"