Enable ffmpeg support on Linux FlatPak (#4731)
* linux-flatpak: enable ffmpeg support * linux-flatpak: fix caching for ccache
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user