Explorar o código

CI: Disable native NVENC for Ubuntu builds

derrod hai 1 ano
pai
achega
c1f0f89cdf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/scripts/.build.zsh

+ 1 - 0
.github/scripts/.build.zsh

@@ -197,6 +197,7 @@ build() {
         -DCEF_ROOT_DIR:PATH="${project_root}/.deps/cef_binary_${CEF_VERSION}_${target//-/_}"
         -DCEF_ROOT_DIR:PATH="${project_root}/.deps/cef_binary_${CEF_VERSION}_${target//-/_}"
         -DENABLE_AJA:BOOL=OFF
         -DENABLE_AJA:BOOL=OFF
         -DENABLE_WEBRTC:BOOL=OFF
         -DENABLE_WEBRTC:BOOL=OFF
+        -DENABLE_NATIVE_NVENC:BOOL=OFF
       )
       )
       if (( ! UBUNTU_2210_OR_LATER )) cmake_args+=(-DENABLE_NEW_MPEGTS_OUTPUT:BOOL=OFF)
       if (( ! UBUNTU_2210_OR_LATER )) cmake_args+=(-DENABLE_NEW_MPEGTS_OUTPUT:BOOL=OFF)