me
/
guix
Archived
1
0
Fork 0

gnu: mplayer: Enable GIF support.

* gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
master
Tobias Geerinckx-Rice 2020-02-18 18:17:16 +01:00
parent 858b68e491
commit 8480bdd32e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1284,7 +1284,7 @@ streaming protocols.")
("ffmpeg" ,ffmpeg)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5
("giflib" ,giflib)
("lame" ,lame)
("libass" ,libass)
("libdvdcss" ,libdvdcss)