mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user