Commit 97f59051 authored by Mynacol's avatar Mynacol Committed by github-actions[bot]
Browse files

av1an: fix build, pin ffmpeg_7

(cherry picked from commit 2d22fdcc)
parent a5fcc7d4
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
  ];