gnu: mplayer: Fix input.
* gnu/packages/video.scm (mplayer)[inputs]: Use ffmpeg-5 instead of ffmpeg-4 to fix a header/library version mismatch.
parent
4b1fdd44ed
commit
f04b5be534
|
@ -2158,7 +2158,7 @@ streaming protocols.")
|
|||
(inputs
|
||||
(list alsa-lib
|
||||
cdparanoia
|
||||
ffmpeg-4
|
||||
ffmpeg-5
|
||||
fontconfig
|
||||
freetype
|
||||
giflib
|
||||
|
|
Reference in New Issue