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 - [PATCH] Fix options for android builds
Summary: [PATCH] Fix options for android builds
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: ARM Android (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 19:33 UTC by Ben Boeckel
Modified: 2014-04-18 03:48 UTC (History)
1 user (show)

See Also:


Attachments
Patch to support user overrides (1.12 KB, patch)
2014-04-11 19:33 UTC, Ben Boeckel
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.