Commit 078e3799 authored by Eric Helgeson's avatar Eric Helgeson
Browse files

rpcs3: pin ffmpeg to version 7

The removal of the deprecated `avcodec_close` function broke the
build of `rpcs3` in the latest version. As there's currently no newer
release available, I switched the package to using `ffmpeg_7` as
input for now.
parent 7302c517
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
  vulkan-loader,
  libpng,
  libSM,
  ffmpeg,
  ffmpeg_7,
  libevdev,
  libusb1,
  zlib,
@@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: {
    vulkan-headers
    vulkan-loader
    libpng
    ffmpeg
    ffmpeg_7
    libevdev
    zlib
    libusb1