We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1834

Summary: No MP3 support in SDL2_mixer on OS X
Product: SDL_mixer Reporter: Alexey <alexey.petruchik>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: critical    
Priority: P2    
Version: unspecified   
Hardware: x86_64   
OS: Mac OS X (All)   

Description Alexey 2013-05-02 08:53:55 UTC
Prebuilt version of smpeg.framework in SDL_mixer repo can not be used because it is linked to SDL.framework instead of SDL2.framework. Disabling smpeg.framework also disables MP3 support.
Comment 1 Sam Lantinga 2013-05-04 06:05:25 UTC
SMPEG has been updated for SDL 2.0, but is no longer being included by default since it's not compatible with the zlib license and in most cases Vorbis is a viable replacement.

You're welcome to grab SMPEG from subversion though, and build it yourself:
http://icculus.org/smpeg/

Cheers!
Comment 2 Alexey 2013-05-05 17:40:48 UTC
But there is no working Xcode project in smpeg repo to build smpeg.framework. I've relly tried to make Xcode project for smpeg but failed :( Can you help me with this? Or maybe there is some other zlib-compliant option to playback MP3 files with SDL2?
Comment 3 Sam Lantinga 2013-05-16 03:58:01 UTC
Not that I know of.  Have you tried asking on the SDL mailing list?  There are a few people that work with Xcode projects on there.