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 - SDL_mixer build support for MingW32CE
Summary: SDL_mixer build support for MingW32CE
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 1.2.11
Hardware: Other Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-13 13:57 UTC by Simon Howard
Modified: 2010-04-13 22:30 UTC (History)
0 users

See Also:


Attachments
Patch against SDL_mixer 1.2.11 to add MingW32CE support. (3.66 KB, patch)
2010-02-13 13:57 UTC, Simon Howard
Details | Diff

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