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, pkg-config,
bzip2, bzip2,
feather-tk, feather-tk,
ffmpeg, ffmpeg_7,
freetype, freetype,
glfw, glfw,
imath, imath,
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
bzip2 bzip2
feather-tk feather-tk
ffmpeg ffmpeg_7
freetype freetype
glfw glfw
imath imath