diff options
Diffstat (limited to 'make/include/main.defs')
-rw-r--r-- | make/include/main.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index dac1985e9..d56b752d4 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -70,6 +70,10 @@ ifeq (1,$(FEATURE.vce)) MODULES += contrib/amf endif +ifeq (1,$(FEATURE.nvenc)) + MODULES += contrib/nvenc +endif + ifneq (,$(filter $(BUILD.system),darwin)) MODULES += contrib/xz endif |