diff --git a/pkgs/applications/video/mplayer/default.nix b/pkgs/applications/video/mplayer/default.nix index 24b4f947a99b..c219a8392bf3 100644 --- a/pkgs/applications/video/mplayer/default.nix +++ b/pkgs/applications/video/mplayer/default.nix @@ -7,7 +7,7 @@ pkg-config, freetype, yasm, - ffmpeg, + ffmpeg_7, aalibSupport ? true, aalib, fontconfigSupport ? true, @@ -140,7 +140,7 @@ stdenv.mkDerivation { ]; buildInputs = [ freetype - ffmpeg + ffmpeg_7 ] ++ lib.optional aalibSupport aalib ++ lib.optional fontconfigSupport fontconfig