ultrastardx: really don’t use ffmpeg_3

Due to a merge error, usdx didn’t actually switch to ffmpeg 4.
This fixes that
This commit is contained in:
Profpatsch 2021-05-20 19:38:54 +02:00
parent ddb752acfc
commit c8c7d0c448

View file

@ -14,7 +14,7 @@
, SDL2_gfx , SDL2_gfx
, SDL2_mixer , SDL2_mixer
, SDL2_net, SDL2_ttf , SDL2_net, SDL2_ttf
, ffmpeg_3 , ffmpeg
, sqlite , sqlite
, zlib , zlib
, libX11 , libX11
@ -26,7 +26,7 @@ let
sharedLibs = [ sharedLibs = [
pcre portaudio freetype pcre portaudio freetype
SDL2 SDL2_image SDL2_gfx SDL2_mixer SDL2_net SDL2_ttf SDL2 SDL2_image SDL2_gfx SDL2_mixer SDL2_net SDL2_ttf
sqlite lua zlib libX11 libGLU libGL ffmpeg_3 sqlite lua zlib libX11 libGLU libGL ffmpeg
]; ];
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {