New upstream version 18.0.1+dfsg1
This commit is contained in:
parent
6efda2859e
commit
f2cf6cce50
1337 changed files with 41178 additions and 84670 deletions
|
|
@ -19,6 +19,9 @@ if(WIN32)
|
|||
message(STATUS "enc-amf submodule not found! Please fetch submodules. enc-amf plugin disabled.")
|
||||
endif()
|
||||
endif()
|
||||
if (MSVC)
|
||||
add_subdirectory(win-ivcam)
|
||||
endif()
|
||||
elseif(APPLE)
|
||||
add_subdirectory(coreaudio-encoder)
|
||||
add_subdirectory(mac-avcapture)
|
||||
|
|
@ -52,6 +55,12 @@ if(WIN32 OR APPLE)
|
|||
message(STATUS "obs-browser submodule not found! Please fetch submodules. obs-browser plugin disabled.")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/obs-vst/CMakeLists.txt")
|
||||
add_subdirectory(obs-vst)
|
||||
else()
|
||||
message(STATUS "obs-vst submodule not found! Please fetch/update submodules. obs-vst plugin disabled.")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(image-source)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue