mirror of
https://github.com/materusPL/Nixerus.git
synced 2025-06-20 01:06:15 +02:00
ffmpeg-amf: update name
This commit is contained in:
parent
e687117ecb
commit
602cc8b180
@ -336,7 +336,7 @@ assert buildPostproc -> buildAvutil;
|
|||||||
assert buildSwscale -> buildAvutil;
|
assert buildSwscale -> buildAvutil;
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
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;
|
inherit version;
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user