Adds ONVIF Motion Detection Support

This commit is contained in:
Jonathan Bennett
2022-01-04 11:58:19 -06:00
parent 738c252948
commit 1333d8c751
12 changed files with 479 additions and 2 deletions

View File

@@ -518,6 +518,15 @@ endif()
#list(APPEND ZM_BIN_LIBS "${Boost_LIBRARIES}")
#endif()
find_package(GSOAP 2.0.0)
if (GSOAP_FOUND)
set(optlibsfound "${optlibsfound} gsoap")
add_compile_definitions(WITH_GSOAP)
else()
set(optlibsnotfound "${optlibsnotfound} gsoap")
endif()
if(NOT ZM_NO_RTSPSERVER)
set(HAVE_RTSP_SERVER 1)
else()