mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -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
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
cdparanoia
|
cdparanoia
|
||||||
ffmpeg-4
|
ffmpeg-5
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
giflib
|
giflib
|
||||||
|
|
Loading…
Reference in a new issue