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

2016-04-27 Thread Timo Rothenpieler
> On Wed, 27 Apr 2016 12:19:10 +0200, Timo Rothenpieler wrote: > >> Will push Sunday the 1st if nobody has objected by then. > > Nobody has objected and it's been 4 days. Feel free to push now if you > prefer. pushed signature.asc Description: OpenPGP digital signature ___

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

2016-04-27 Thread Lou Logan
On Wed, 27 Apr 2016 12:19:10 +0200, Timo Rothenpieler wrote: > Will push Sunday the 1st if nobody has objected by then. Nobody has objected and it's been 4 days. Feel free to push now if you prefer. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

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

2016-04-27 Thread Derek Buitenhuis
On 4/27/2016 2:17 PM, Ricardo Constantino wrote: > configure already checks for minimum major version 6 which is the > first one using MIT license and fails if lower. Gotcha. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.or

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

2016-04-27 Thread Ricardo Constantino
On 27 April 2016 at 13:50, Derek Buitenhuis wrote: > I presume there is no way to check the version? > configure already checks for minimum major version 6 which is the first one using MIT license and fails if lower. ___ ffmpeg-devel mailing list ffmpeg

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

2016-04-27 Thread Derek Buitenhuis
On 4/23/2016 6:00 PM, Timo Rothenpieler wrote: > 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(-) I presume ther

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

2016-04-27 Thread Timo Rothenpieler
Will push Sunday the 1st if nobody has objected by then. signature.asc Description: OpenPGP digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2016-04-26 Thread Carl Eugen Hoyos
Timo Rothenpieler rothenpieler.org> writes: > 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. If the explanation is correct, the patch is ok imo. Thank you, Carl Euge

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

2016-04-25 Thread Timo Rothenpieler
ping I'd really like some feedback on this. signature.asc Description: OpenPGP digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2016-04-23 Thread Timo Rothenpieler
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/co