mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
ffmpeg-full: nvenc doesn't imply nonfree licensing
(cherry picked from commit ce211e6839
)
This commit is contained in:
parent
5dff8e9818
commit
de5e115de2
@ -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 New Issue
Block a user