Skip to content
Snippets Groups Projects
Unverified Commit 1d6dc2a2 authored by Leo Famulari's avatar Leo Famulari
Browse files

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.
parent 241caa62
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,6 @@ (define-public gst-plugins-ugly ...@@ -352,7 +352,6 @@ (define-public gst-plugins-ugly
(inputs (inputs
`(("gst-plugins-base" ,gst-plugins-base) `(("gst-plugins-base" ,gst-plugins-base)
("liba52" ,liba52) ("liba52" ,liba52)
("libmad" ,libmad)
("lame" ,lame) ("lame" ,lame)
("libcdio" ,libcdio) ("libcdio" ,libcdio)
("twolame" ,twolame) ("twolame" ,twolame)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment