| Summary: | SDL_mixer just generally hosed on Mac OS X? | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Ryan C. Gordon <icculus> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | ewmailing |
| Version: | unspecified | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X (All) | ||
|
Description
Ryan C. Gordon
2006-01-03 12:13:10 UTC
Tossing the SDL_mixer bugs to Sam (all three of which might be the same bug in practice)...if you don't want these, toss them back to me. --ryan. Setting Sam as "QA Contact" on all bugs (even resolved ones) so he'll definitely be in the loop to any further discussion here about SDL. --ryan. Yes, I think this is a dup with respect to Mikmod. MP3 seems to be a different "problem" entirely. I looked over the current Xcode projects and I think the reason for the MP3 failure is the fact that we don't compile the support in with the proper flags. MP3 seems to dependent on SMPEG. But unlike some of the other dependencies, we don't have any static libraries or code of SMPEG included in the OS X bundle. That means we would need to dynamically link to it, but I'm not sure if we want to incur that dependency, especially since SMPEG seems to be somewhat in a state of neglect. I'm not sure why 1.2.6 had MP3 support or how it got it and why it disappeared now. Since I've been the primary mucker of the Project Builder/Xcode build systems after Darrell Walisser, It seems like this would have been something I would have to explicitly done to remove, but I have no recollection of this. I might take a crack at trying to update SMPEG for the current Xcode and Universal Binaries, but it's all time permitting. This is fixed in the latest SDL_mixer in subversion, and the latest smpeg in CVS. svn://libsdl.org/trunk/SDL_mixer http://www.icculus.org/smpeg/ Thanks! |