From 95dea895d6f824f05ec11f4bc5e1fb7611e80e38 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 30 Aug 2024 15:42:51 +0200 Subject: [PATCH] vdec/cmpto_j2k: missing config.h (HAVE_CUDA) --- src/video_decompress/cmpto_j2k.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video_decompress/cmpto_j2k.cpp b/src/video_decompress/cmpto_j2k.cpp index bfb4dbb6c..8d0ff395b 100644 --- a/src/video_decompress/cmpto_j2k.cpp +++ b/src/video_decompress/cmpto_j2k.cpp @@ -62,6 +62,9 @@ #include // for queue #include // for pair +#ifdef HAVE_CONFIG_H +#include "config.h" // for HAVE_CUDA +#endif #include "cuda_wrapper/kernels.hpp" #include "debug.h" #include "host.h"