From b83bfea05df01c7bcd15d594c4b8aebf60f8618a Mon Sep 17 00:00:00 2001 From: Philip Langdale Date: Thu, 15 Sep 2016 20:15:36 -0700 Subject: hwdec_cuda: Rename config variable to be more consistent 'cuda-gl' isn't right - you can turn this on without any GL and get some non-zero benefit (with the cuda-copy hwaccel). So 'cuda-hwaccel' seems more consistent with everything else. --- video/fmt-conversion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/fmt-conversion.c') diff --git a/video/fmt-conversion.c b/video/fmt-conversion.c index 2d0425f26a..aa78e99f9b 100644 --- a/video/fmt-conversion.c +++ b/video/fmt-conversion.c @@ -115,7 +115,7 @@ static const struct { #if HAVE_AV_PIX_FMT_MMAL {IMGFMT_MMAL, AV_PIX_FMT_MMAL}, #endif -#if HAVE_CUDA_GL +#if HAVE_CUDA_HWACCEL {IMGFMT_CUDA, AV_PIX_FMT_CUDA}, #endif #ifdef AV_PIX_FMT_P010 -- cgit v1.2.3