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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user