Revert "Remove 'mad' from 'mopidy deps' listing"

This reverts commit cb6e19c039.

The "mad" element is the only way to decode MP3 with GStreamer 0.10 on OS X.
This commit is contained in:
Stein Magnus Jodal 2014-07-24 14:11:17 +02:00
parent 626a80c9f4
commit 0463b14a6a

View File

@ -155,6 +155,7 @@ def _gstreamer_check_elements():
# MP3 encoding and decoding
'mp3parse',
'mad',
'id3demux',
'id3v2mux',
'lame',