mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-09 09:48:43 +00:00
Fix CUDA build without KMSDRM enabled
This commit is contained in:
parent
58f87e39a9
commit
3cb169ea26
1 changed files with 3 additions and 0 deletions
|
@ -318,6 +318,9 @@ cuda {
|
||||||
DEFINES += HAVE_CUDA
|
DEFINES += HAVE_CUDA
|
||||||
SOURCES += streaming/video/ffmpeg-renderers/cuda.cpp
|
SOURCES += streaming/video/ffmpeg-renderers/cuda.cpp
|
||||||
HEADERS += streaming/video/ffmpeg-renderers/cuda.h
|
HEADERS += streaming/video/ffmpeg-renderers/cuda.h
|
||||||
|
|
||||||
|
# ffnvcodec uses libdl in cuda_load_functions()/cuda_free_functions()
|
||||||
|
LIBS += -ldl
|
||||||
}
|
}
|
||||||
config_EGL {
|
config_EGL {
|
||||||
message(EGL renderer selected)
|
message(EGL renderer selected)
|
||||||
|
|
Loading…
Reference in a new issue