mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
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:
parent
43fb46c831
commit
ea73e829d7
1 changed files with 1 additions and 5 deletions
|
@ -553,11 +553,7 @@ (define-public gst-plugins-base
|
|||
("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")
|
||||
|
|
Loading…
Reference in a new issue