From cf43790a27f1815e2ae3ed63f16e5d8a77e100b5 Mon Sep 17 00:00:00 2001 From: atinfinity Date: Mon, 1 Feb 2016 21:15:28 +0900 Subject: [PATCH] added cmakedefine to cmake/templates/cvconfig.h.in --- cmake/templates/cvconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmake/templates/cvconfig.h.in b/cmake/templates/cvconfig.h.in index d1c9e65d3..caea7da3e 100644 --- a/cmake/templates/cvconfig.h.in +++ b/cmake/templates/cvconfig.h.in @@ -109,6 +109,9 @@ /* NVidia Video Decoding API*/ #cmakedefine HAVE_NVCUVID +/* NVidia Video Encoding API*/ +#cmakedefine HAVE_NVCUVENC + /* OpenCL Support */ #cmakedefine HAVE_OPENCL #cmakedefine HAVE_OPENCL_STATIC