diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 18:17:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-18 18:25:29 +0100 |
commit | 8480bdd32e419c10f45534956768dacd2ea3e0fc (patch) | |
tree | 1588efa08cb4084dca874c69770bea14fe7ca4e1 /gnu | |
parent | 858b68e491b4d84b9cc70827cba30c6a127edd22 (diff) |
gnu: mplayer: Enable GIF support.
* gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
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) |