| Summary: | Name clashes in SDL_Mixer and SDL_Sound Timidity code | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Guido <guidoj> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.2.11 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Guido
2010-01-03 07:38:32 UTC
Both SDL_sound and SDL_mixer should probably take some effort to not export the Timidity symbols, which would solve the problem. I'll look into this. --ryan. svn revision #5442 makes the Timidity symbols private in SDL_mixer, which means it _should_ find the right ones even if SDL_sound also exposes them. SDL_sound's mercurial repository now has similar fixes, too. --ryan. |