| Summary: | SDL calls a wrong JNI function on Android. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Philipp Wiesemann <philipp.wiesemann> |
| Component: | audio | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Android (All) | ||
| Attachments: | Patch for SDL calling a wrong JNI function on Android. | ||
Created attachment 1028 [details] Patch for SDL calling a wrong JNI function on Android. Hello, SDL calls a wrong JNI function on Android. "CallStaticObjectMethod" is used instead of "CallStaticVoidMethod" for "audioInit" which returns no "Object". This seems not to matter on all devices but I think it should be fixed. I attached a related patch.