2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

ci/clang: Enable bundled FFmpeg

Explicitly use the bundled FFmpeg version, since we were auto-choosing
it before.
This commit is contained in:
lat9nq 2022-12-01 01:09:05 -05:00
parent 5ff19890e9
commit e67b829cc7

View file

@ -19,6 +19,7 @@ cmake .. \
-DENABLE_QT_TRANSLATION=ON \
-DUSE_DISCORD_PRESENCE=ON \
-DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \
-DYUZU_USE_BUNDLED_FFMPEG=ON \
-GNinja
ninja