We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2490

Summary: [PATCH] Fix options for android builds
Product: SDL_mixer Reporter: Ben Boeckel <mathstuf>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: gabomdq
Version: unspecified   
Hardware: ARM   
OS: Android (All)   
Attachments: Patch to support user overrides

Description Ben Boeckel 2014-04-11 19:33:45 UTC
Created attachment 1614 [details]
Patch to support user overrides

Currently, to override the SUPPORT_* options, one must patch SDL_mixer's Android.mk to set them to false. This patch makes it so that the user may set the options in the top-level jni/Android.mk file without having to patch SDL_mixer.