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.
This commit is contained in:
Philip Langdale
2016-09-15 20:15:36 -07:00
committed by wm4
parent cf5c3fc31a
commit b83bfea05d
5 changed files with 8 additions and 8 deletions

View File

@@ -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