diff options
| author | Efraim Flashner | 2016-09-06 09:01:23 +0300 |
|---|---|---|
| committer | Efraim Flashner | 2016-09-06 13:06:45 +0300 |
| commit | 5e50f846b5b3e07798553fed5fac6be6aea6088c (patch) | |
| tree | 4e77dec64cd7e94b638591c427442b6d57e4d761 /gnu/packages | |
| parent | 462b567650e6fbe25a562b5e13dfbaa5ee4c55a9 (diff) | |
gnu: gst-plugins-base: Add opus support.
* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Add opus.
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gstreamer.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index e5078233a..ba162c660 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -160,6 +160,7 @@ This package provides the core library and elements.") `(("gstreamer" ,gstreamer))) ; required by gstreamer-plugins-base-1.0.pc (inputs `(("cdparanoia" ,cdparanoia) + ("opus" ,opus) ("orc" ,orc) ("pango" ,pango) ("libogg" ,libogg) |