Skip to content

Commit

Permalink
cmake: Update ubuntu preset with NVENC changes
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Apr 21, 2024
1 parent 4a25cde commit 5837c79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"CMAKE_INSTALL_LIBDIR": "lib/CMAKE_SYSTEM_PROCESSOR-linux-gnu",
"OBS_CMAKE_VERSION": {"type": "STRING", "value": "3.0.0"},
"ENABLE_AJA": false,
"ENABLE_NATIVE_NVENC": false,
"ENABLE_NVENC": false,
"ENABLE_FFMPEG_NVENC": true,
"ENABLE_VLC": true,
"ENABLE_WAYLAND": true,
"ENABLE_WEBRTC": false
Expand Down

0 comments on commit 5837c79

Please sign in to comment.