| Summary: | sdl-mixer: add support for no-mmu linux systems that lack fork() | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Mike Frysinger <vapier> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Attachments: | detect cmd-music support dynamically | ||
Great patch, thanks! |
Created attachment 444 [details] detect cmd-music support dynamically the current code assumes "unix" means fork() exists. this doesnt work for no-mmu linux systems as fork() cant be implemented. simple enough to add fork/vfork tests to configure and let the rest of the code key off of CMD_MUSIC like normal -- no more needing to hardcode unix/mac-os-x defines in the source.