mirror of https://github.com/PCSX2/pcsx2.git
CI/Linux: Use add-extensions for ffmpeg in Flatpak
This commit is contained in:
parent
8c09daa22d
commit
7da904aa00
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue