Merge pull request #123816 from Profpatsch/ultrastardx-really-use-ffmpeg4

ultrastardx: really don’t use ffmpeg_3
This commit is contained in:
Martin Weinelt 2021-05-20 19:45:15 +02:00 committed by GitHub
commit d2faff3f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {