mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: mplayer: Enable GIF support.
* gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
This commit is contained in:
parent
858b68e491
commit
8480bdd32e
1 changed files with 1 additions and 1 deletions
|
@ -1284,7 +1284,7 @@ (define-public mplayer
|
|||
("ffmpeg" ,ffmpeg)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5
|
||||
("giflib" ,giflib)
|
||||
("lame" ,lame)
|
||||
("libass" ,libass)
|
||||
("libdvdcss" ,libdvdcss)
|
||||
|
|
Loading…
Reference in a new issue