diff options
author | Andreas Enge <andreas@enge.fr> | 2023-08-18 16:16:28 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-18 16:16:28 +0200 |
commit | f04b5be534141815354825ef5e0a727caef61421 (patch) | |
tree | 06026144921c091e0ea20129bd8e637908e9304f | |
parent | 4b1fdd44ed87dc07d23cc9313a8b6b14d0646923 (diff) | |
download | guix-f04b5be534141815354825ef5e0a727caef61421.tar.gz guix-f04b5be534141815354825ef5e0a727caef61421.zip |
gnu: mplayer: Fix input.
* gnu/packages/video.scm (mplayer)[inputs]: Use ffmpeg-5 instead of ffmpeg-4
to fix a header/library version mismatch.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |