Enable ffmpeg support on Linux FlatPak (#4731)
* linux-flatpak: enable ffmpeg support * linux-flatpak: fix caching for ccache
This commit is contained in:
parent
624271696e
commit
d6d8c52c96
2 changed files with 8 additions and 1 deletions
|
@ -86,7 +86,8 @@ cat > /tmp/org.citra.$REPO_NAME.json <<EOF
|
|||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DENABLE_QT_TRANSLATION=ON",
|
||||
"-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON",
|
||||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON"
|
||||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
|
||||
"-DENABLE_FFMPEG=ON"
|
||||
],
|
||||
"cleanup": [
|
||||
"/bin/citra",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue