diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-06 18:06:14 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-07-06 18:28:22 +0200 |
commit | fbb26e6173aee296bdfb6083c553d843ece58ccc (patch) | |
tree | 139fa8a19508a2abc2e36974dd5ef03ea6028598 /.ci/scripts | |
parent | Merge pull request #6561 from german77/analog_fix (diff) | |
download | yuzu-fbb26e6173aee296bdfb6083c553d843ece58ccc.tar yuzu-fbb26e6173aee296bdfb6083c553d843ece58ccc.tar.gz yuzu-fbb26e6173aee296bdfb6083c553d843ece58ccc.tar.bz2 yuzu-fbb26e6173aee296bdfb6083c553d843ece58ccc.tar.lz yuzu-fbb26e6173aee296bdfb6083c553d843ece58ccc.tar.xz yuzu-fbb26e6173aee296bdfb6083c553d843ece58ccc.tar.zst yuzu-fbb26e6173aee296bdfb6083c553d843ece58ccc.zip |
Diffstat (limited to '.ci/scripts')
-rwxr-xr-x | .ci/scripts/linux/docker.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh index 9b451d3ab..5070b92d1 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh @@ -18,7 +18,8 @@ cmake .. \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DENABLE_QT_TRANSLATION=ON \ -DUSE_DISCORD_PRESENCE=ON \ - -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} + -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ + -DYUZU_USE_BUNDLED_FFMPEG=ON make -j$(nproc) |