No description
Find a file
2011-06-01 14:40:42 +02:00
jni add amr support to linphone-android 2011-04-15 23:56:32 +02:00
libs add amr support to linphone-android 2011-04-15 23:56:32 +02:00
res Improve Galaxy S support. Add hack preferences. 2011-04-20 15:41:52 +02:00
src/org Improve reliability of proximity sensor. <=4cm. 2011-06-01 14:40:42 +02:00
submodules Fix non existing Android API calls from old sdk. 2011-06-01 12:23:39 +02:00
.classpath Fix build path. 2011-04-07 11:00:49 +02:00
.gitmodules fix error in msamr submodule and update exosip 2011-04-16 00:20:49 +02:00
.project add ilbc 2010-06-30 09:54:16 +02:00
AndroidManifest.xml Deliver script generates and Android project with tutorials. 2011-04-19 11:24:15 +02:00
default.properties Captured video always sent in correct orientation. 2011-01-03 14:14:22 +01:00
deliver_sdk.sh Fix deliver script: javadoc generation. 2011-04-26 14:09:13 +02:00
README add amr support to linphone-android 2011-04-15 23:56:32 +02:00

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

To build liblinphone for Android, you must first download the Android ndk r5b from google.
Next step is to download libilbc code:
	cd submodules/libilbc-rfc3951 && ./configure && make

Finnaly from directory linphone-android, just execute command:
	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)