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

* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Include opus
unconditionally.
This commit is contained in:
Leo Famulari 2021-02-10 18:43:34 -05:00 committed by Maxim Cournoyer
parent 2a9739b114
commit af47bb01ae
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -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")