From 0a9328ae2aade6bb224c7b2a59d94a158d6ff084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Sun, 16 Nov 2025 12:27:05 +0100 Subject: [PATCH] mplayer: fix ffmpeg dependency --- pkgs/applications/video/mplayer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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