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

chiaki: Pin to ffmpeg_7 due to avcodec_close (#461959)

parents f4580f22 f90f2fd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchgit,
  cmake,
  pkg-config,
  ffmpeg,
  ffmpeg_7,
  libopus,
  SDL2,
  libevdev,
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  buildInputs = [
    ffmpeg
    ffmpeg_7 # needs avcodec_close which was removed in ffmpeg 8
    libopus
    libsForQt5.qtbase
    libsForQt5.qtmultimedia