mirror of https://github.com/materusPL/Nixerus.git
ffmpeg-amf: update name
This commit is contained in:
parent
e687117ecb
commit
602cc8b180
|
@ -336,7 +336,7 @@ assert buildPostproc -> buildAvutil;
|
|||
assert buildSwscale -> buildAvutil;
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ffmpeg" + (if ffmpegVariant == "small" then "" else "-${ffmpegVariant}");
|
||||
pname = "ffmpeg" + (if ffmpegVariant == "small" then "" else "-${ffmpegVariant}") + (if withAmf then "-amf" else "");
|
||||
inherit version;
|
||||
|
||||
src = fetchgit {
|
||||
|
|
Loading…
Reference in New Issue