From: <man...@us...> - 2015-02-13 09:17:17
|
Revision: 4754 http://sourceforge.net/p/modplug/code/4754 Author: manxorist Date: 2015-02-13 09:17:11 +0000 (Fri, 13 Feb 2015) Log Message: ----------- [Doc] libopenmpt: Document unmo3 support for Android. Modified Paths: -------------- trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt trunk/OpenMPT/libopenmpt/dox/changelog.md Modified: trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt =================================================================== --- trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt 2015-02-12 21:35:14 UTC (rev 4753) +++ trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt 2015-02-13 09:17:11 UTC (rev 4754) @@ -7,4 +7,11 @@ 2. Copy build/android_ndk/* into the root of libopenmpt, i.e. also into the jni directory and adjust as needed. 3. Use ndk-build as usual. + 4. libopenmpt for Android gets built with un4seen unmo3 library support by + default. + If you want to disable it, remove the -DMPT_WITH_MO3 define in Android.mk. + If you want to use it, you have to load the unmo3 shared object + additionally to libopenmpt from your Java code because shared object + path handling is rather confused on Android. libopenmpt will then + automatically pick up the required symbols. Modified: trunk/OpenMPT/libopenmpt/dox/changelog.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-02-12 21:35:14 UTC (rev 4753) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2015-02-13 09:17:11 UTC (rev 4754) @@ -9,6 +9,8 @@ * Makefile configuration filenames changed from `build/make/Makefile.config.*` to `build/make/config-*.mk`. + * libopenmpt for Android now supports unmo3 from un4seen. See + `build/android_ndk/README.AndroidNDK.txt` for details. * [Bug] Fix out-of-bounds read in mixer code for ProTracker-compatible MOD files was introduced back in r4223 / beta6. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |