diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2016-04-23 18:55:51 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-05-19 14:17:03 +0200 |
commit | 09522a303db014b48f844443f0f3aaa00af8f165 (patch) | |
tree | d83170ed4ee8dc6d8a3fd00b2ca6bee3d7f14a76 /configure | |
parent | 6f58b4dc477e22237c4e89f6e2a1435aaa45a4d3 (diff) | |
download | ffmpeg-09522a303db014b48f844443f0f3aaa00af8f165.tar.gz |
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@khirnov.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |