mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: gst-plugins-base: Add opus support.
* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Add opus.
This commit is contained in:
parent
462b567650
commit
5e50f846b5
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ (define-public gst-plugins-base
|
||||||
`(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc
|
`(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc
|
||||||
(inputs
|
(inputs
|
||||||
`(("cdparanoia" ,cdparanoia)
|
`(("cdparanoia" ,cdparanoia)
|
||||||
|
("opus" ,opus)
|
||||||
("orc" ,orc)
|
("orc" ,orc)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("libogg" ,libogg)
|
("libogg" ,libogg)
|
||||||
|
|
Loading…
Reference in a new issue