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.
This commit is contained in:
parent
8e6450f7e2
commit
241caa62ca
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue