[FFmpeg-devel] [PATCH] configure: Don't require nonfree for nvenc

Timo Rothenpieler timo at rothenpieler.org
Sat Apr 23 19:00:07 CEST 2016


As the nvEncodeApi.h header is now MIT licensed, this can be dropped.
The loaded CUDA and NVENC libraries are part of the nvidia driver, and
thus count as system libraries.
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 97f374b..1a4ff56 100755
--- a/configure
+++ b/configure
@@ -4963,7 +4963,6 @@ die_license_disabled gpl x11grab
 die_license_disabled nonfree cuda
 die_license_disabled nonfree libfaac
 die_license_disabled nonfree libnpp
-die_license_disabled nonfree nvenc
 enabled gpl && die_license_disabled_gpl nonfree libfdk_aac
 enabled gpl && die_license_disabled_gpl nonfree openssl
 
-- 
2.8.1



More information about the ffmpeg-devel mailing list