mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: mplayer: Add mpg123 as an input.
* gnu/packages/video.scm (mplayer)[inputs]: Add mpg123.
This commit is contained in:
parent
1bdb591b74
commit
60bbd4f1be
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ (define-public mplayer
|
|||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("lame" ,lame)
|
||||
("libmpg123" ,mpg123) ; audio codec for MP3
|
||||
;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5
|
||||
("libjpeg" ,libjpeg)
|
||||
("libpng" ,libpng)
|
||||
|
|
Loading…
Reference in a new issue