summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-18 18:17:16 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-18 18:25:29 +0100
commit8480bdd32e419c10f45534956768dacd2ea3e0fc (patch)
tree1588efa08cb4084dca874c69770bea14fe7ca4e1
parent858b68e491b4d84b9cc70827cba30c6a127edd22 (diff)
downloadpatches-8480bdd32e419c10f45534956768dacd2ea3e0fc.tar
patches-8480bdd32e419c10f45534956768dacd2ea3e0fc.tar.gz
gnu: mplayer: Enable GIF support.
* gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
-rw-r--r--gnu/packages/video.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f42e11b5c8..9159435a01 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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)