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

gnu: MPD: Remove unecessary dependency on libmad.

MPD already depends on FFmpeg, which uses LAME for MP3 decoding.

gnu/packages/mpd.scm (mpd)[inputs]: Remove LIBMAD.
parent 8e6450f7
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,10 @@ (define-public mpd
("flac" ,flac)
("glib" ,glib)
("icu4c" ,icu4c)
;; The LAME decoder comes from FFmpeg, but is added here so that
;; configure picks up the LAME encoder.
("lame" ,lame)
("libid3tag" ,libid3tag)
("libmad" ,libmad)
("libmpdclient" ,libmpdclient)
("libsamplerate" ,libsamplerate)
("libsndfile" ,libsndfile)
......
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