New upstream version 18.0.1+dfsg1

This commit is contained in:
Sebastian Ramacher 2017-04-19 21:54:15 +02:00
parent 6efda2859e
commit f2cf6cce50
1337 changed files with 41178 additions and 84670 deletions

View file

@ -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)