Commit 106d6777 authored by Manuel Frischknecht's avatar Manuel Frischknecht
Browse files

djv: pin ffmpeg to version 7

The removal of the deprecated `avcodec_close` function broke the
build of `djv` 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 54237427
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  pkg-config,
  bzip2,
  feather-tk,
  ffmpeg,
  ffmpeg_7,
  freetype,
  glfw,
  imath,
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    bzip2
    feather-tk
    ffmpeg
    ffmpeg_7
    freetype
    glfw
    imath