mplayer: fix ffmpeg dependency

This commit is contained in:
Gabriel Nützi
2025-11-16 12:27:05 +01:00
parent 5979a7666a
commit 0a9328ae2a

View File

@@ -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