summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar lat9nq2022-12-01 01:09:05 -0500
committerGravatar lat9nq2022-12-01 01:09:05 -0500
commite67b829cc7eddaaae5b2c4221680e1b4c157259d (patch)
treec09324150d88320a655361dc63f6dda445636d2a
parentCMake: Fix FFmpeg find module (diff)
downloadyuzu-e67b829cc7eddaaae5b2c4221680e1b4c157259d.tar.gz
yuzu-e67b829cc7eddaaae5b2c4221680e1b4c157259d.tar.xz
yuzu-e67b829cc7eddaaae5b2c4221680e1b4c157259d.zip
ci/clang: Enable bundled FFmpeg
Explicitly use the bundled FFmpeg version, since we were auto-choosing it before.
-rwxr-xr-x.ci/scripts/clang/docker.sh1
1 files changed, 1 insertions, 0 deletions
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 .. \
19 -DENABLE_QT_TRANSLATION=ON \ 19 -DENABLE_QT_TRANSLATION=ON \
20 -DUSE_DISCORD_PRESENCE=ON \ 20 -DUSE_DISCORD_PRESENCE=ON \
21 -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ 21 -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \
22 -DYUZU_USE_BUNDLED_FFMPEG=ON \
22 -GNinja 23 -GNinja
23 24
24ninja 25ninja