ffmpeg-full: nvenc doesn't imply nonfree licensing

(cherry picked from commit ce211e6839)
This commit is contained in:
Jorge Acereda 2019-02-08 10:50:43 +00:00 committed by Vladimír Čunát
parent 5dff8e9818
commit de5e115de2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -228,7 +228,7 @@ assert libxcbxfixesExtlib -> libxcb != null;
assert libxcbshapeExtlib -> libxcb != null;
assert openglExtlib -> libGLU_combined != null;
assert opensslExtlib -> gnutls == null && openssl != null && nonfreeLicensing;
assert nvenc -> nvidia-video-sdk != null && nonfreeLicensing;
assert nvenc -> nvidia-video-sdk != null;
stdenv.mkDerivation rec {
name = "ffmpeg-full-${version}";