Skip to content

Commit

Permalink
libretro.citra: fix broken build (ffmpeg -> ffmpeg_6) (#352220)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Oct 30, 2024
2 parents 44fe597 + a5b8180 commit 9e88ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/retroarch/cores.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
, curl
, fetchFromGitHub
, fetchpatch
, ffmpeg
, ffmpeg_6
, fluidsynth
, fmt
, freetype
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9e88ad8

Please sign in to comment.