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.
master
Leo Famulari 2018-05-06 16:55:19 -04:00
parent 8e6450f7e2
commit 241caa62ca
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

View File

@ -119,9 +119,10 @@ interfacing MPD in the C, C++ & Objective C languages.")
("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)