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. --- contrib/nvenc/module.rules | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 contrib/nvenc/module.rules (limited to 'contrib/nvenc/module.rules') diff --git a/contrib/nvenc/module.rules b/contrib/nvenc/module.rules new file mode 100644 index 000000000..976986a57 --- /dev/null +++ b/contrib/nvenc/module.rules @@ -0,0 +1,2 @@ +$(eval $(call import.MODULE.rules,NVENC)) +$(eval $(call import.CONTRIB.rules,NVENC)) -- cgit v1.2.3