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 2600 - Patch: TiMidity support in Android
Summary: Patch: TiMidity support in Android
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 2.0.0
Hardware: All Android (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 17:36 UTC by beuc
Modified: 2014-06-22 17:45 UTC (History)
0 users

See Also:


Attachments
TiMidity Android support (705 bytes, patch)
2014-06-22 17:36 UTC, beuc
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description beuc 2014-06-22 17:36:09 UTC
Created attachment 1700 [details]
TiMidity Android support

TiMidity compiles out of the box on Android with the attached patch to Android.mk.

Users can do something like:
  SDL_setenv("TIMIDITY_CFG", "/data/data/my.package/files/timidity.cfg", 0);
to point to their local sound patches.
Comment 1 Sam Lantinga 2014-06-22 17:45:36 UTC
Looks good, thanks!
https://hg.libsdl.org/SDL_mixer/rev/80c2a4592ff4