From c1f0f89cdf29c8c0dee032b9d3af9ce2ff01554a Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 7 Feb 2024 18:41:50 +0100 Subject: [PATCH] CI: Disable native NVENC for Ubuntu builds --- .github/scripts/.build.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/.build.zsh b/.github/scripts/.build.zsh index 03c352b18..b54ec882f 100755 --- a/.github/scripts/.build.zsh +++ b/.github/scripts/.build.zsh @@ -197,6 +197,7 @@ build() { -DCEF_ROOT_DIR:PATH="${project_root}/.deps/cef_binary_${CEF_VERSION}_${target//-/_}" -DENABLE_AJA:BOOL=OFF -DENABLE_WEBRTC:BOOL=OFF + -DENABLE_NATIVE_NVENC:BOOL=OFF ) if (( ! UBUNTU_2210_OR_LATER )) cmake_args+=(-DENABLE_NEW_MPEGTS_OUTPUT:BOOL=OFF)