guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/10: gnu: mplayer: Enable GIF support.


From: guix-commits
Subject: 09/10: gnu: mplayer: Enable GIF support.
Date: Tue, 18 Feb 2020 12:26:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8480bdd32e419c10f45534956768dacd2ea3e0fc
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Feb 18 18:17:16 2020 +0100

    gnu: mplayer: Enable GIF support.
    
    * gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f42e11b..9159435 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]