mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 02:00:45 +00:00
chore: move nv-codec-headers to build-deps submodule (#5449)
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
path = third-party/moonlight-common-c
|
||||
url = https://github.com/moonlight-stream/moonlight-common-c.git
|
||||
branch = master
|
||||
[submodule "third-party/nv-codec-headers"]
|
||||
path = third-party/nv-codec-headers
|
||||
url = https://github.com/FFmpeg/nv-codec-headers.git
|
||||
branch = master
|
||||
[submodule "third-party/nvapi"]
|
||||
path = third-party/nvapi
|
||||
url = https://github.com/NVIDIA/nvapi.git
|
||||
|
||||
@@ -59,7 +59,10 @@ elseif(UNIX)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
include_directories(BEFORE SYSTEM "${CMAKE_SOURCE_DIR}/third-party/nv-codec-headers/include")
|
||||
include_directories(
|
||||
BEFORE SYSTEM
|
||||
"${CMAKE_SOURCE_DIR}/third-party/build-deps/third-party/FFmpeg/nv-codec-headers/include"
|
||||
)
|
||||
file(GLOB NVENC_SOURCES CONFIGURE_DEPENDS "src/nvenc/*.cpp" "src/nvenc/*.h")
|
||||
list(APPEND PLATFORM_TARGET_FILES ${NVENC_SOURCES})
|
||||
|
||||
|
||||
Vendored
-1
Submodule third-party/nv-codec-headers deleted from 33a9ede8d9
Reference in New Issue
Block a user