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

Timo Rothenpieler git at videolan.org
Sat Jun 25 11:59:17 CEST 2016


ffmpeg | branch: master | Timo Rothenpieler <timo at rothenpieler.org> | Sat Apr 23 18:55:51 2016 +0200| [09522a303db014b48f844443f0f3aaa00af8f165] | committer: Anton Khirnov

configure: Don't require nonfree for nvenc

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.

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09522a303db014b48f844443f0f3aaa00af8f165
---

 configure |    1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index 6bab581..43c563f 100755
--- a/configure
+++ b/configure
@@ -4076,7 +4076,6 @@ die_license_disabled nonfree cuda
 die_license_disabled nonfree libfaac
 die_license_disabled nonfree libfdk_aac
 die_license_disabled nonfree libnpp
-die_license_disabled nonfree nvenc
 die_license_disabled nonfree openssl
 
 die_license_disabled version3 libopencore_amrnb



More information about the ffmpeg-cvslog mailing list