CI/Linux: Use add-extensions for ffmpeg in Flatpak

This commit is contained in:
Stenzek 2023-06-30 00:53:50 +10:00 committed by Connor McLaughlin
parent 8c09daa22d
commit 7da904aa00
1 changed files with 3 additions and 2 deletions

View File

@ -6,11 +6,12 @@
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.llvm16"
],
"add-build-extensions": {
"add-extensions": {
"org.freedesktop.Platform.ffmpeg-full": {
"directory": "lib/ffmpeg",
"version": "22.08",
"add-ld-path": "."
"add-ld-path": ".",
"autodownload": true
}
},
"command": "pcsx2-qt",