guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: gst-plugins-base: Add opus support.


From: Efraim Flashner
Subject: 03/06: gnu: gst-plugins-base: Add opus support.
Date: Tue, 6 Sep 2016 12:55:34 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 5e50f846b5b3e07798553fed5fac6be6aea6088c
Author: Efraim Flashner <address@hidden>
Date:   Tue Sep 6 09:01:23 2016 +0300

    gnu: gst-plugins-base: Add opus support.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Add opus.
---
 gnu/packages/gstreamer.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index e507823..ba162c6 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -160,6 +160,7 @@ This package provides the core library and elements.")
      `(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc
     (inputs
      `(("cdparanoia" ,cdparanoia)
+       ("opus" ,opus)
        ("orc" ,orc)
        ("pango" ,pango)
        ("libogg" ,libogg)



reply via email to

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