diff --git a/video/out/opengl/hwdec_cuda.c b/video/out/opengl/hwdec_cuda.c index 5e8e07f362..b2abd62f39 100644 --- a/video/out/opengl/hwdec_cuda.c +++ b/video/out/opengl/hwdec_cuda.c @@ -59,7 +59,9 @@ struct priv_owner { const struct ra_format *format, int n); void (*ext_uninit)(struct ra_hwdec_mapper *mapper, int n); +#if HAVE_VULKAN enum pl_handle_type handle_type; +#endif }; struct ext_gl {