| Summary: | Undefined references to Android audio functions when SDL_AUDIO_DISABLED is on | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Manuel Sabogal <mfer32> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | Android (All) | ||
| Attachments: | Fix patch | ||
Added, thanks! https://hg.libsdl.org/SDL/rev/0a7f9aec16a6 |
Created attachment 3179 [details] Fix patch If SDL is compiled with the Audio subsystem disabled there are some undefined references to the functions ANDROIDAUDIO_ResumeDevices and ANDROIDAUDIO_PauseDevices in the file src/video/android/SDL_androidevents.c. I attached a patch with a fix for this issue