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 948

Summary: SDL_mixer build support for MingW32CE
Product: SDL_mixer Reporter: Simon Howard <fraggle+libsdl>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 1.2.11   
Hardware: Other   
OS: Linux   
Attachments: Patch against SDL_mixer 1.2.11 to add MingW32CE support.

Description Simon Howard 2010-02-13 13:57:20 UTC
Created attachment 490 [details]
Patch against SDL_mixer 1.2.11 to add MingW32CE support.

Following bug 947, this is a patch against SDL 1.2.11 to make SDL_mixer build with MingW32CE.

Some notes:

1. Native MIDI is disabled because it is not present on Windows CE
2. I added header/function checks for signal() and setbuf(), which do not exist on Windows CE.
3. Uses of getenv() have been replaced with SDL_getenv().
4. version.rc is not included in the build, for the same libtool-related reasons as in the previous bug.
Comment 1 Sam Lantinga 2010-04-13 22:30:33 UTC
This is in, thanks!

changeset:   488:94b190330355
tag:         tip
user:        Sam Lantinga <slouken@libsdl.org>
date:        Tue Apr 13 22:30:19 2010 -0700
summary:     Fixed bug 948