mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18: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
|
||||
(inputs
|
||||
`(("cdparanoia" ,cdparanoia)
|
||||
("opus" ,opus)
|
||||
("orc" ,orc)
|
||||
("pango" ,pango)
|
||||
("libogg" ,libogg)
|
||||
|
|
Loading…
Reference in a new issue