From dbf898635dc12608b78c33916137465ce08937bf Mon Sep 17 00:00:00 2001 From: Scott <628593+sr55@users.noreply.github.com> Date: Fri, 29 Jun 2018 19:48:26 +0100 Subject: Add NVEnc encoder. (Round 3) (#1437) Adding the Nvidia NVEnc H.264 and H.265 encoders. Based on Initial work by sgothel --enable-nvenc is the new compile time configure option to enable for builds. --- libhb/module.defs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libhb/module.defs') diff --git a/libhb/module.defs b/libhb/module.defs index bc760b308..25f9b170c 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -86,6 +86,10 @@ ifeq (1,$(FEATURE.vce)) LIBHB.GCC.D += USE_VCE endif +ifeq (1,$(FEATURE.nvenc)) + LIBHB.GCC.D += USE_NVENC +endif + ifeq (1,$(FEATURE.x265)) LIBHB.GCC.D += USE_X265 endif -- cgit v1.2.3