Enable ffmpeg support on Linux FlatPak (#4731)

* linux-flatpak: enable ffmpeg support

* linux-flatpak: fix caching for ccache
This commit is contained in:
liushuyu 2019-04-23 15:17:37 -06:00 committed by Ben
parent 624271696e
commit d6d8c52c96
2 changed files with 8 additions and 1 deletions

View file

@ -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",