summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-09-06 09:49:38 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-09-06 13:06:45 +0300
commit58458a65ec1faba205299b10c443e8de4234ea2c (patch)
treea7f06675fd5d3c834b113c5dcedd314a57c015c1 /gnu
parent5e50f846b5b3e07798553fed5fac6be6aea6088c (diff)
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.scm1
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/>