Open main menu

Difference between revisions of "Compiling ScummVM/Android"

forgot MAD
m
(forgot MAD)
Line 17: Line 17:


= Optional libraries =
= Optional libraries =
* [http://svn.xiph.org/branches/lowmem-branch/Tremor/ Tremor] (lowmem branch) to play ''.ogg'' audio files
* [http://www.underbit.com/products/mad/ MAD] to play ''.mp3'' audio files
* [http://www.underbit.com/products/mad/ MAD] to play ''.mp3'' audio files
* [http://svn.xiph.org/branches/lowmem-branch/Tremor/ Tremor] (lowmem branch) to play ''.ogg'' audio files
* [http://flac.sourceforge.net/ FLAC] to play lossless ''.flac'' files
* [http://flac.sourceforge.net/ FLAC] to play lossless ''.flac'' files


Line 68: Line 68:


  ./autogen.sh --host=arm --prefix=/opt/android/3rd-android-4-armeabi --enable-low-accuracy --enable-64kHz-limit
  ./autogen.sh --host=arm --prefix=/opt/android/3rd-android-4-armeabi --enable-low-accuracy --enable-64kHz-limit
and finally build & install it:
make
make install
=== MAD ===
Get a tarball of the latest stable version [http://sourceforge.net/projects/mad/files/libmad/ here] (v0.15.1b as of this writing) and extract it.
configure it:
./autogen.sh --host=arm --prefix=/opt/android/3rd-android-4-armeabi --enable-speed --enable-fpm=arm --disable-aso


and finally build & install it:
and finally build & install it:
24

edits