| Summary: | Building with dynamic lib loading still links to libs at load time | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Peter Mulholland <darkmatter> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | PowerPC | ||
| OS: | Mac OS X (All) | ||
|
Description
Peter Mulholland
2006-07-10 19:34:12 UTC
Dynamic loading was forcibly disabled in the configure script on Mac OS X...so it wasn't that it was loading it at runtime and also explicitly linking against it, it's that it was ONLY linking explicitly against it. I've corrected this in Subversion now, for both Ogg Vorbis and SMPEG. Fixed in svn revision #2959. --ryan. |