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 - No MP3 support in SDL2_mixer on OS X
Summary: No MP3 support in SDL2_mixer on OS X
Status: RESOLVED WONTFIX
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86_64 Mac OS X (All)
: P2 critical
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 08:53 UTC by Alexey
Modified: 2013-05-16 03:58 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.