Skip to content

Commit

Permalink
Fix CUDA build without KMSDRM enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Nov 2, 2023
1 parent 58f87e3 commit 3cb169e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3cb169e

Please sign in to comment.