Unverified Commit b8125da7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] av1an: fix build, pin ffmpeg_7 (#465841)

parents 4012059e 97f59051
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
  ];