New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -9,6 +9,8 @@ include_directories(${OBS_JANSSON_INCLUDE_DIRS})
|
|||
set(rtmp-services_SOURCES
|
||||
twitch.c
|
||||
younow.c
|
||||
nimotv.c
|
||||
showroom.c
|
||||
rtmp-common.c
|
||||
rtmp-custom.c
|
||||
rtmp-services-main.c)
|
||||
|
|
@ -23,6 +25,8 @@ endif()
|
|||
set(rtmp-services_HEADERS
|
||||
twitch.h
|
||||
younow.h
|
||||
nimotv.h
|
||||
showroom.h
|
||||
rtmp-format-ver.h)
|
||||
|
||||
set(RTMP_SERVICES_URL
|
||||
|
|
@ -48,6 +52,8 @@ target_link_libraries(rtmp-services
|
|||
${OBS_JANSSON_IMPORT}
|
||||
${LIBCURL_LIBRARIES})
|
||||
|
||||
set_target_properties(rtmp-services PROPERTIES FOLDER "plugins")
|
||||
|
||||
target_include_directories(rtmp-services
|
||||
PUBLIC
|
||||
"$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/plugins/rtmp-services>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue