mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 01:36:12 +08:00
deps,shared,plugins: Move opts-parser to shared folder
This commit is contained in:
@@ -21,7 +21,7 @@ if(NOT TARGET OBS::media-playback)
|
||||
endif()
|
||||
|
||||
if(NOT TARGET OBS::opts-parser)
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/deps/opts-parser" "${CMAKE_BINARY_DIR}/deps/opts-parser")
|
||||
add_subdirectory("${CMAKE_SOURCE_DIR}/shared/opts-parser" "${CMAKE_BINARY_DIR}/shared/opts-parser")
|
||||
endif()
|
||||
|
||||
if(OS_WINDOWS)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user