]> git.sesse.net Git - ffmpeg/commit
configure: Don't require nonfree for nvenc
authorTimo Rothenpieler <timo@rothenpieler.org>
Sat, 23 Apr 2016 16:55:51 +0000 (18:55 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 19 May 2016 12:17:03 +0000 (14:17 +0200)
commit09522a303db014b48f844443f0f3aaa00af8f165
treed83170ed4ee8dc6d8a3fd00b2ca6bee3d7f14a76
parent6f58b4dc477e22237c4e89f6e2a1435aaa45a4d3
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>
configure