mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: mplayer: Fix input.
* gnu/packages/video.scm (mplayer)[inputs]: Use ffmpeg-5 instead of ffmpeg-4 to fix a header/library version mismatch.
This commit is contained in:
parent
4b1fdd44ed
commit
f04b5be534
1 changed files with 1 additions and 1 deletions
|
@ -2158,7 +2158,7 @@ (define-public mplayer
|
|||
(inputs
|
||||
(list alsa-lib
|
||||
cdparanoia
|
||||
ffmpeg-4
|
||||
ffmpeg-5
|
||||
fontconfig
|
||||
freetype
|
||||
giflib
|
||||
|
|
Loading…
Reference in a new issue