Unverified Commit f90f2fd4 authored by Lee Bousfield's avatar Lee Bousfield
Browse files

chiaki: Pin to ffmpeg_7 due to avcodec_close

Ffmpeg 8 removes avcodec_close which chiaki uses.
parent 1d4c8832
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