mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +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
|
||||
SOURCES += streaming/video/ffmpeg-renderers/cuda.cpp
|
||||
HEADERS += streaming/video/ffmpeg-renderers/cuda.h
|
||||
|
||||
# ffnvcodec uses libdl in cuda_load_functions()/cuda_free_functions()
|
||||
LIBS += -ldl
|
||||
}
|
||||
config_EGL {
|
||||
message(EGL renderer selected)
|
||||
|
|
Loading…
Reference in a new issue