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
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
, SDL2_gfx
, SDL2_mixer
, SDL2_net, SDL2_ttf
, ffmpeg_3
, ffmpeg
, sqlite
, zlib
, libX11
@ -26,7 +26,7 @@ let
sharedLibs = [
pcre portaudio freetype
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 {