No description
Find a file
2011-10-21 16:18:27 +02:00
jni Update linphone 2011-10-13 13:44:44 +02:00
patches integrate ffmpeg patch to 2011-09-30 21:31:07 +02:00
res Improve encryption UI. 2011-10-21 16:18:27 +02:00
src/org Improve encryption UI. 2011-10-21 16:18:27 +02:00
submodules Simple resume button in conferencing. 2011-10-21 14:21:40 +02:00
test/org/linphone Ability to limit number of calls / hide transfers. 2011-10-18 15:44:35 +02:00
.classpath Simple resume button in conferencing. 2011-10-21 14:21:40 +02:00
.gitignore fix tcp 2011-07-01 12:03:38 +02:00
.gitmodules Move git repositories from savannah. 2011-10-14 10:49:57 +02:00
.project add ilbc 2010-06-30 09:54:16 +02:00
AndroidManifest.xml Remove link to conference test in Android app list. 2011-10-17 15:48:02 +02:00
default.properties Bump target to android-13 2011-07-20 11:51:04 +02:00
deliver_sdk.sh Fix deliver script: javadoc generation. 2011-04-26 14:09:13 +02:00
prepare_sources.sh Add config.h of zrtpcpp (cmake no more required) 2011-10-13 09:27:57 +02:00
README Add config.h of zrtpcpp (cmake no more required) 2011-10-13 09:27:57 +02:00

			   LINPHONE for ANDROID
			****************************

To build liblinphone for Android, you must:
1) download the Android ndk (>=r5c) from google.
2) install the autotools: autoconf, automake, aclocal, libtoolize
3) run the ./prepare_sources.sh script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project.

	$ ./prepare_sources.sh

4) finally from directory linphone-android, just execute command:
	$ ${my google ndk directory}/ndk-build

Some options can be passed to ndk-build, like "ndk-build SOME_OPTION=SOME_VALUE"

Option Name     |     Possible values
---------------------------------------------------------------------------------
BUILD_X264            0 (don't build x264) or 1 (build x264)
BUILD_AMR             0 (don't build amr codec), light (try to use amr codec from android), full (build your own amr codec)
BUILD_GPLV3_ZRTP      0 (don't support ZRTP), 1 (support ZRTP and make the whole program GPLv3)