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.
| Summary: |
libmad support broken |
| Product: |
SDL_mixer
|
Reporter: |
Marcus von Appen <mva> |
| Component: |
misc | Assignee: |
Ryan C. Gordon <icculus> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Sam Lantinga <slouken> |
| Severity: |
major
|
|
|
| Priority: |
P2
|
|
|
| Version: |
unspecified | |
|
| Hardware: |
All | |
|
| OS: |
All | |
|
| Attachments: |
music_mad.c patch
|
Created attachment 1169 [details] music_mad.c patch MP3 support via libmad is currently broken, since the mad_data struct does not contain fields that are used in music_mad.c: [...] ../music_mad.c: In function 'mad_openFileRW': ../music_mad.c:35: error: 'mad_data' has no member named 'src' ../music_mad.c:36: error: 'mad_data' has no member named 'freesrc' ../music_mad.c: In function 'mad_closeFile': ../music_mad.c:58: error: 'mad_data' has no member named 'freesrc' ../music_mad.c:59: error: 'mad_data' has no member named 'src' ../music_mad.c:59: error: 'mad_data' has no member named 'src' gmake: *** [build/music_mad.lo] Error 1 A patch is attached.