diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-09-06 09:01:23 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-09-06 13:06:45 +0300 |
commit | 5e50f846b5b3e07798553fed5fac6be6aea6088c (patch) | |
tree | 4e77dec64cd7e94b638591c427442b6d57e4d761 /gnu/packages | |
parent | 462b567650e6fbe25a562b5e13dfbaa5ee4c55a9 (diff) | |
download | patches-5e50f846b5b3e07798553fed5fac6be6aea6088c.tar patches-5e50f846b5b3e07798553fed5fac6be6aea6088c.tar.gz |
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 e5078233a9..ba162c6601 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) |