diff options
author | Leo Famulari <leo@famulari.name> | 2018-05-08 01:19:44 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-05-12 16:19:58 -0400 |
commit | 1d6dc2a2060ff8ebe8627ae2a37c61c38a55e3b9 (patch) | |
tree | 266b77dd1166010f5f4f0b78e95edcfd75b5bd8f /gnu/packages/gstreamer.scm | |
parent | 241caa62ca315177fd1dfc10a64621a9d29d26dd (diff) | |
download | guix-1d6dc2a2060ff8ebe8627ae2a37c61c38a55e3b9.tar.gz |
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.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index da130d88ff..0f1e1ff1a2 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) |