guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: icecat: Add ffmpeg support.


From: Mathieu OTHACEHE
Subject: [PATCH] gnu: icecat: Add ffmpeg support.
Date: Mon, 9 Jan 2017 22:28:39 +0100

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add ffmpeg.
[libxul-linked-libraries]: Add avcodec and avutil libraries (provided by
ffmpeg).

Signed-off-by: Mathieu OTHACEHE <address@hidden>
---

Hi,

Thanks to this patch, icecat is able to use ffmpeg to
decode various codecs previously unhandled.

Mathieu

 gnu/packages/gnuzilla.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 07ed2af0b..0698d0bcc 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -423,6 +423,7 @@ standards.")
        ("libxcomposite" ,libxcomposite)
        ("libxt" ,libxt)
        ("libffi" ,libffi)
+       ("ffmpeg" ,ffmpeg)
        ("libvpx" ,libvpx)
        ("icu4c" ,icu4c)
        ("pixman" ,pixman)
@@ -544,7 +545,7 @@ standards.")
               (("^# This needs to be last")
                "OS_LIBS += [
     'GL', 'gnome-2', 'canberra', 'Xss', 'cups', 'gssapi_krb5',
-    'gstreamer-1.0', 'gstapp-1.0', 'gstvideo-1.0' ]\n\n"))
+    'gstreamer-1.0', 'gstapp-1.0', 'gstvideo-1.0', 'avcodec', 'avutil']\n\n"))
             #t))
          (replace
           'configure
-- 
2.11.0




reply via email to

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