diff --git a/app/app.pro b/app/app.pro index 0fc59379..91eb5fea 100644 --- a/app/app.pro +++ b/app/app.pro @@ -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)