svt-av1-hdr: refactor

This commit is contained in:
Clara Rostock
2026-06-23 17:06:25 +02:00
parent a6eb38554d
commit f7130d185e
+3 -3
View File
@@ -22,6 +22,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-n66RPDTfBsPCR/4y8dpU3Au1WZHpkpln899e2+LKxto=";
};
strictDeps = true;
__structuredAttrs = true;
cmakeBuildType = "Release";
cmakeFlags =
@@ -77,7 +80,4 @@ stdenv.mkDerivation (finalAttrs: {
];
mainProgram = "SvtAv1EncApp";
};
strictDeps = true;
__structuredAttrs = true;
})