av1an: fix build, pin ffmpeg_7 (#465779)

This commit is contained in:
Aleksana
2025-11-28 05:11:54 +00:00
committed by GitHub
+2 -2
View File
@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
fetchpatch,
ffmpeg,
ffmpeg_7,
libaom,
nasm,
nix-update-script,
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
];
buildInputs = [
ffmpeg
ffmpeg_7
vapoursynth
];