aboutsummaryrefslogtreecommitdiff
path: root/.ci/scripts
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-12-01 09:57:40 -0500
committerGitHub <noreply@github.com>2022-12-01 09:57:40 -0500
commitdcc663e1bf72bb7dbe4f40abe8dd5a5f6dcd88a9 (patch)
treec09324150d88320a655361dc63f6dda445636d2a /.ci/scripts
parent2d2be2facf19a5c5944faad9297e9a031b4f78c7 (diff)
parente67b829cc7eddaaae5b2c4221680e1b4c157259d (diff)
Merge pull request #9367 from lat9nq/occam-ffmpeg
CMake: Fix FFmpeg find module
Diffstat (limited to '.ci/scripts')
-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 .. \
-DENABLE_QT_TRANSLATION=ON \
-DUSE_DISCORD_PRESENCE=ON \
-DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \
+ -DYUZU_USE_BUNDLED_FFMPEG=ON \
-GNinja
ninja