obs-outputs: Fix a few issues with CMakeLists.txt
It's erroneously including an entire directory, including a file that no longer exists, and the obs-outputs_HEADERS variable had a typo when used in the add_library call.
This commit is contained in:
@@ -64,9 +64,7 @@ set(obs-outputs_HEADERS
|
||||
rtmp-helpers.h
|
||||
rtmp-stream.h
|
||||
net-if.h
|
||||
flv-mux.h
|
||||
flv-output.h
|
||||
librtmp)
|
||||
flv-mux.h)
|
||||
set(obs-outputs_SOURCES
|
||||
obs-outputs.c
|
||||
null-output.c
|
||||
@@ -78,7 +76,7 @@ set(obs-outputs_SOURCES
|
||||
|
||||
add_library(obs-outputs MODULE
|
||||
${obs-outputs_SOURCES}
|
||||
${obs-outputs_HEADER}
|
||||
${obs-outputs_HEADERS}
|
||||
${obs-outputs_librtmp_SOURCES}
|
||||
${obs-outputs_librtmp_HEADERS})
|
||||
target_link_libraries(obs-outputs
|
||||
|
Reference in New Issue
Block a user