Enable fdk decoder in flatpak version

This commit is contained in:
gal20 2020-11-14 20:02:36 +02:00 committed by GitHub
parent c4ac36b9b2
commit d870651df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ cat > /tmp/org.citra.$REPO_NAME.json <<EOF
"-DENABLE_QT_TRANSLATION=ON",
"-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON",
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
"-DENABLE_FFMPEG_VIDEO_DUMPER=ON"
"-DENABLE_FFMPEG_VIDEO_DUMPER=ON",
"-DENABLE_FDK=ON"
],
"cleanup": [
"/bin/citra",