瀏覽代碼

ci/clang: Enable bundled FFmpeg

Explicitly use the bundled FFmpeg version, since we were auto-choosing
it before.
lat9nq 3 年之前
父節點
當前提交
e67b829cc7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .ci/scripts/clang/docker.sh

+ 1 - 0
.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