New upstream version 0.15.4+dfsg1
This commit is contained in:
parent
55d5047af0
commit
67704ac59c
359 changed files with 8423 additions and 1050 deletions
|
|
@ -62,6 +62,7 @@ endif()
|
|||
set(obs-outputs_HEADERS
|
||||
obs-output-ver.h
|
||||
rtmp-helpers.h
|
||||
net-if.h
|
||||
flv-mux.h
|
||||
flv-output.h
|
||||
librtmp)
|
||||
|
|
@ -69,7 +70,8 @@ set(obs-outputs_SOURCES
|
|||
obs-outputs.c
|
||||
rtmp-stream.c
|
||||
flv-output.c
|
||||
flv-mux.c)
|
||||
flv-mux.c
|
||||
net-if.c)
|
||||
|
||||
add_library(obs-outputs MODULE
|
||||
${obs-outputs_SOURCES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue