Преглед изворни кода

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.
jp9000 пре 8 година
родитељ
комит
1cff1e40e6
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      plugins/obs-outputs/CMakeLists.txt

+ 2 - 4
plugins/obs-outputs/CMakeLists.txt

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