mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 05:18:55 -05:00
CI: Disable native NVENC for Ubuntu builds
This commit is contained in:
1
.github/scripts/.build.zsh
vendored
1
.github/scripts/.build.zsh
vendored
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user