• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

jni/H12-Jun-2017-6858

READMEH A D17-Jun-2014801 2115

config.hH A D10-Aug-20161 KiB3818

README

1- libmikmod for Android:
2
3Building: To compile the Android version, the Android NDK must be
4installed on your machine. If so, type the 'ndk-build' command in
5command line. The compiled shared Android libraries for ARM and
6ARMv7-A architectures are placed to the generated libs directory.
7If necessary, edit config.h and jni/Android.mk to modify compiler
8flags and customize the build.
9
10The compiled libraries do not provide a JNI interface for Java
11applications, because the primary intention is (just) to use
12the libmikmod in native code as a shared library.
13For the JNI wrapper see the old libmikmod-android project:
14http://github.com/0xD34D/libmikmod-android
15
16The aforementioned project was also the source of the used
17OpenSL ES driver modified for recent versions of libmikmod.
18
19Radovan Cervenka
20
21