Description: Drop modules that have been excluded during repacking - obs-qsv11 Author: IOhannes m zmölnig Origin: Debian Forwarded: not-needed Last-Update: 2023-12-04 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- obs-studio.orig/plugins/CMakeLists.txt +++ obs-studio/plugins/CMakeLists.txt @@ -103,7 +103,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/obs-browser/CMakeLists.txt) add_subdirectory(obs-browser) else() - obs_status(FATAL_ERROR "obs-browser submodule not available.") + obs_status(WARNING "obs-browser submodule not available.") endif() endfunction() @@ -144,7 +144,7 @@ add_subdirectory(vlc-video) add_subdirectory(sndio) add_subdirectory(obs-vst) - add_subdirectory(obs-qsv11) + #add_subdirectory(obs-qsv11) check_obs_browser() elseif(OS_FREEBSD)