From cb6e19c039d2a49be235a34dcf05236b3f24625a Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 30 Jun 2014 13:01:27 +0200 Subject: [PATCH] Remove 'mad' from 'mopidy deps' listing The 'lame' element does the same job, and is preferable since mad is GPL licensed. --- mopidy/utils/deps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mopidy/utils/deps.py b/mopidy/utils/deps.py index efc831e4..46feb711 100644 --- a/mopidy/utils/deps.py +++ b/mopidy/utils/deps.py @@ -155,7 +155,6 @@ def _gstreamer_check_elements(): # MP3 encoding and decoding 'mp3parse', - 'mad', 'id3demux', 'id3v2mux', 'lame',