Merge pull request #5609 from gal20/enable-fdk-patch

Enable fdk decoder for flatpak version
This commit is contained in:
Marshall Mohror 2020-12-30 11:59:18 -06:00 committed by GitHub
commit ab6c605e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9 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",