chiaki: Pin to ffmpeg_7 due to avcodec_close
Ffmpeg 8 removes avcodec_close which chiaki uses.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user