ffmpeg-full: nvenc doesn't imply nonfree licensing
(cherry picked from commit ce211e68396e7cfe0897586ae38b0e5fb268f09b)
This commit is contained in:
parent
5dff8e9818
commit
de5e115de2
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue