lfam pushed a commit to branch master
in repository guix.
commit 1d6dc2a2060ff8ebe8627ae2a37c61c38a55e3b9
Author: Leo Famulari <[email protected]>
Date: Tue May 8 01:19:44 2018 -0400
gnu: gst-plugins-ugly: Remove libmad from the build environment.
Libmad is not used by gst-plugins-ugly since 1.12.0.
* gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove libmad.
---
gnu/packages/gstreamer.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index da130d8..0f1e1ff 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -352,7 +352,6 @@ par compared to the rest.")
(inputs
`(("gst-plugins-base" ,gst-plugins-base)
("liba52" ,liba52)
- ("libmad" ,libmad)
("lame" ,lame)
("libcdio" ,libcdio)
("twolame" ,twolame)