From f04b5be534141815354825ef5e0a727caef61421 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 18 Aug 2023 16:16:28 +0200 Subject: gnu: mplayer: Fix input. * gnu/packages/video.scm (mplayer)[inputs]: Use ffmpeg-5 instead of ffmpeg-4 to fix a header/library version mismatch. --- gnu/packages/video.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7df68e8f53..24abf58520 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2158,7 +2158,7 @@ streaming protocols.") (inputs (list alsa-lib cdparanoia - ffmpeg-4 + ffmpeg-5 fontconfig freetype giflib -- cgit v1.2.3