-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provisioning: Build FFmpeg for Windows ARM64 in ARM64 host
Install msys2 and FFmpeg for QtMultimedia plugin Task-number: QTBUG-124399 Pick-to: 6.8 6.7 Change-Id: Ied2bc1039d9571611666530850c525c35c170c69 Reviewed-by: Artem Dyomin <[email protected]> Reviewed-by: Tero Heikkinen <[email protected]>
- Loading branch information
Tero Heikkinen
committed
Sep 3, 2024
1 parent
bce8658
commit 88ce036
Showing
4 changed files
with
50 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
coin/provisioning/qtci-windows-11_22H2-aarch64/10-install-msys2.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
. "$PSScriptRoot\..\common\windows\install-msys2.ps1" |
1 change: 1 addition & 0 deletions
1
coin/provisioning/qtci-windows-11_22H2-aarch64/90-install-ffmpeg.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
. "$PSScriptRoot\..\common\windows\install-ffmpeg.ps1" |