From e67b829cc7eddaaae5b2c4221680e1b4c157259d Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:09:05 -0500 Subject: ci/clang: Enable bundled FFmpeg Explicitly use the bundled FFmpeg version, since we were auto-choosing it before. --- .ci/scripts/clang/docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/scripts/clang/docker.sh b/.ci/scripts/clang/docker.sh index 792ef4aa8..7d3ae4a1a 100755 --- a/.ci/scripts/clang/docker.sh +++ b/.ci/scripts/clang/docker.sh @@ -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 -- cgit v1.2.3