| Summary: | undefined reference to 'Mix_EachSoundFont' | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Amit Jain <amit.jain83> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | amit.jain83, sezeroz |
| Version: | 2.0.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | Attach patch resolve this linking error by placing #ifdef MID_MUSIC in correct place. | ||
|
Description
Amit Jain
2015-08-11 03:51:17 UTC
Created attachment 2237 [details]
Attach patch resolve this linking error by placing #ifdef MID_MUSIC in correct place.
Patch directly can be used to resolve this linking error.
Please review.
Mix_EachSoundFont() isn't a public API, so if fluidsynth isn't compiled into SDL_mixer, that function shouldn't exist. Is there a use case for officially exposing that function? Actually you're right, these are public APIs. Fixed, thanks! https://hg.libsdl.org/SDL_mixer/rev/1e215d1f9492 |