ffmpeg-amf: update name

This commit is contained in:
Mateusz Słodkowicz 2023-05-19 02:41:58 +02:00
parent e687117ecb
commit 602cc8b180
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {