3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mplayer: Enable GIF support.

* gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
This commit is contained in:
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

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)