guix-commits
[Top][All Lists]
Advanced

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

02/203: gnu: gst-plugins-base: Depend on Opus for all systems.


From: guix-commits
Subject: 02/203: gnu: gst-plugins-base: Depend on Opus for all systems.
Date: Wed, 3 Nov 2021 21:09:41 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit f3b4bf095cf21e992ae669917f6c6175c3631c19
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Feb 10 18:43:34 2021 -0500

    gnu: gst-plugins-base: Depend on Opus for all systems.
    
    * gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Include opus
    unconditionally.
---
 gnu/packages/gstreamer.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index d6c2fb3..46902bb 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -559,11 +559,7 @@ This package provides the core library and elements.")
        ("libXext" ,libxext)
        ("libxv" ,libxv)
        ("alsa-lib" ,alsa-lib)
-       ;; XXX Don't build with opus on 32-bit systems:
-       ;; <https://bugs.gnu.org/32360>
-       ,@(if (target-64bit?)
-             `(("opus" ,opus))
-             '())))
+       ("opus" ,opus)))
     (native-inputs
       `(("pkg-config" ,pkg-config)
         ("glib:bin" ,glib "bin")



reply via email to

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