Skip to content

Commit

Permalink
CI: Disable native NVENC for Ubuntu builds
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Feb 7, 2024
1 parent 9c5e28b commit de6449c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/.build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit de6449c

Please sign in to comment.