chiaki: Pin to ffmpeg_7 due to avcodec_close

Ffmpeg 8 removes avcodec_close which chiaki uses.
This commit is contained in:
Lee Bousfield
2025-11-15 08:34:26 -07:00
parent 1d4c88323a
commit f90f2fd42e

View File

@@ -4,7 +4,7 @@
fetchgit,
cmake,
pkg-config,
ffmpeg,
ffmpeg_7,
libopus,
SDL2,
libevdev,
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
buildInputs = [
ffmpeg
ffmpeg_7 # needs avcodec_close which was removed in ffmpeg 8
libopus
libsForQt5.qtbase
libsForQt5.qtmultimedia