diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-09-06 09:49:38 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-09-06 13:06:45 +0300 |
commit | 58458a65ec1faba205299b10c443e8de4234ea2c (patch) | |
tree | a7f06675fd5d3c834b113c5dcedd314a57c015c1 /gnu | |
parent | 5e50f846b5b3e07798553fed5fac6be6aea6088c (diff) | |
download | guix-58458a65ec1faba205299b10c443e8de4234ea2c.tar guix-58458a65ec1faba205299b10c443e8de4234ea2c.tar.gz |
gnu: gst-plugins-ugly: Add mpg123 support.
* gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Add mpg123.
Diffstat (limited to 'gnu')
-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 ba162c6601..cc874a2f18 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -357,6 +357,7 @@ par compared to the rest.") ("libmpeg2" ,libmpeg2) ("libdvdread" ,libdvdread) ("libx264" ,libx264) + ("mpg123" ,mpg123) ;; TODO: ;; * opencore-amr (for the AMR-NB decoder and encoder and the ;; AMR-WB decoder) <http://sourceforge.net/projects/opencore-amr/> |