|
@@ -21,6 +21,10 @@ if(NOT TARGET OBS::media-playback)
|
|
|
add_subdirectory("${CMAKE_SOURCE_DIR}/shared/media-playback" "${CMAKE_BINARY_DIR}/shared/media-playback")
|
|
|
endif()
|
|
|
|
|
|
+if(NOT TARGET OBS::opts-parser)
|
|
|
+ add_subdirectory("${CMAKE_SOURCE_DIR}/shared/opts-parser" "${CMAKE_BINARY_DIR}/shared/opts-parser")
|
|
|
+endif()
|
|
|
+
|
|
|
add_subdirectory(ffmpeg-mux)
|
|
|
if(ENABLE_NEW_MPEGTS_OUTPUT)
|
|
|
find_package(Librist QUIET)
|