libretro.citra: fix broken build (ffmpeg -> ffmpeg_6) (#352220)

This commit is contained in:
Thiago Kenji Okada 2024-10-30 09:48:56 +00:00 committed by GitHub
commit 9e88ad806a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
, curl
, fetchFromGitHub
, fetchpatch
, ffmpeg
, ffmpeg_6
, fluidsynth
, fmt
, freetype
@ -318,7 +318,7 @@ in
citra = mkLibretroCore rec {
core = "citra";
extraBuildInputs = [ libGLU libGL boost ffmpeg nasm ];
extraBuildInputs = [ libGLU libGL boost ffmpeg_6 nasm ];
makefile = "Makefile";
makeFlags = [
"HAVE_FFMPEG_STATIC=0"