From 0463b14a6a2c43609aa37486d1bb4155b1c5f670 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 24 Jul 2014 14:11:17 +0200 Subject: [PATCH] Revert "Remove 'mad' from 'mopidy deps' listing" This reverts commit cb6e19c039d2a49be235a34dcf05236b3f24625a. The "mad" element is the only way to decode MP3 with GStreamer 0.10 on OS X. --- mopidy/utils/deps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mopidy/utils/deps.py b/mopidy/utils/deps.py index 46feb711..efc831e4 100644 --- a/mopidy/utils/deps.py +++ b/mopidy/utils/deps.py @@ -155,6 +155,7 @@ def _gstreamer_check_elements(): # MP3 encoding and decoding 'mp3parse', + 'mad', 'id3demux', 'id3v2mux', 'lame',