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,
|
fetchgit,
|
||||||
cmake,
|
cmake,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
ffmpeg,
|
ffmpeg_7,
|
||||||
libopus,
|
libopus,
|
||||||
SDL2,
|
SDL2,
|
||||||
libevdev,
|
libevdev,
|
||||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ffmpeg
|
ffmpeg_7 # needs avcodec_close which was removed in ffmpeg 8
|
||||||
libopus
|
libopus
|
||||||
libsForQt5.qtbase
|
libsForQt5.qtbase
|
||||||
libsForQt5.qtmultimedia
|
libsForQt5.qtmultimedia
|
||||||
|
|||||||
Reference in New Issue
Block a user