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.
This commit is contained in:
Manuel Frischknecht
2025-11-16 15:18:42 +01:00
parent 5423742708
commit 106d67776f

View File

@@ -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