legacy code cleanup
This commit is contained in:
@@ -38,7 +38,6 @@ set(VIDEO_SHADER_INCLUDE_DIRS
|
||||
"${SRC_DIR}/video"
|
||||
"${SRC_DIR}/video/core"
|
||||
"${SRC_DIR}/video/decklink"
|
||||
"${SRC_DIR}/video/legacy"
|
||||
"${SRC_DIR}/video/playout"
|
||||
)
|
||||
|
||||
@@ -114,21 +113,6 @@ set(VIDEO_FORMAT_SOURCES
|
||||
"${SRC_DIR}/video/core/VideoIOFormat.cpp"
|
||||
)
|
||||
|
||||
set(LEGACY_VIDEO_BACKEND_SOURCES
|
||||
"${SRC_DIR}/video/legacy/VideoBackend.cpp"
|
||||
"${SRC_DIR}/video/legacy/VideoBackend.h"
|
||||
"${SRC_DIR}/video/legacy/VideoBackendLifecycle.cpp"
|
||||
"${SRC_DIR}/video/legacy/VideoBackendLifecycle.h"
|
||||
"${SRC_DIR}/video/playout/OutputProductionController.cpp"
|
||||
"${SRC_DIR}/video/playout/OutputProductionController.h"
|
||||
"${SRC_DIR}/video/playout/RenderCadenceController.cpp"
|
||||
"${SRC_DIR}/video/playout/RenderCadenceController.h"
|
||||
"${SRC_DIR}/video/playout/RenderOutputQueue.cpp"
|
||||
"${SRC_DIR}/video/playout/RenderOutputQueue.h"
|
||||
"${SRC_DIR}/video/playout/SystemOutputFramePool.cpp"
|
||||
"${SRC_DIR}/video/playout/SystemOutputFramePool.h"
|
||||
)
|
||||
|
||||
set(SLANG_RUNTIME_FILES
|
||||
"${SLANG_ROOT}/bin/slangc.exe"
|
||||
"${SLANG_ROOT}/bin/slang-compiler.dll"
|
||||
@@ -164,10 +148,6 @@ else()
|
||||
"${SRC_DIR}/*.cpp"
|
||||
"${SRC_DIR}/*.h"
|
||||
)
|
||||
list(REMOVE_ITEM RENDER_CADENCE_APP_SOURCES
|
||||
${LEGACY_VIDEO_BACKEND_SOURCES}
|
||||
)
|
||||
|
||||
add_executable(RenderCadenceCompositor ${RENDER_CADENCE_APP_SOURCES})
|
||||
video_shader_target_defaults(RenderCadenceCompositor)
|
||||
target_link_libraries(RenderCadenceCompositor PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user