chore: move nanors to moonlight-common-c submodule (#5393)

This commit is contained in:
Dave Lane
2026-07-08 18:59:03 -04:00
committed by GitHub
parent 5922c84416
commit 5511f7a0c4
3 changed files with 5 additions and 10 deletions

View File

@@ -62,9 +62,9 @@ set(SUNSHINE_TARGET_FILES
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Rtsp.h"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/RtspParser.c"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/src/Video.h"
"${CMAKE_SOURCE_DIR}/third-party/nanors/deps/obl/oblas_common.c"
"${CMAKE_SOURCE_DIR}/third-party/nanors/deps/obl/oblas_lite.c"
"${CMAKE_SOURCE_DIR}/third-party/nanors/rs.c"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/deps/obl/oblas_common.c"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/deps/obl/oblas_lite.c"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/rs.c"
"${CMAKE_SOURCE_DIR}/src/upnp.cpp"
"${CMAKE_SOURCE_DIR}/src/upnp.h"
"${CMAKE_SOURCE_DIR}/src/cbs.cpp"
@@ -138,8 +138,8 @@ include_directories(
SYSTEM
"${CMAKE_SOURCE_DIR}/third-party"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/enet/include"
"${CMAKE_SOURCE_DIR}/third-party/nanors"
"${CMAKE_SOURCE_DIR}/third-party/nanors/deps/obl"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors"
"${CMAKE_SOURCE_DIR}/third-party/moonlight-common-c/nanors/deps/obl"
${OPENSSL_INCLUDE_DIR}
${Opus_INCLUDE_DIR}
${FFMPEG_INCLUDE_DIRS}