Commit 2d22fdcc authored by Mynacol's avatar Mynacol
Browse files

av1an: fix build, pin ffmpeg_7

parent ff335ced
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
  ];