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

Timo Rothenpieler git at videolan.org
Wed Apr 27 20:19:27 CEST 2016


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

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.

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

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

diff --git a/configure b/configure
index ef0b689..6bfc48f 100755
--- a/configure
+++ b/configure
@@ -4964,7 +4964,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
 



More information about the ffmpeg-cvslog mailing list