No description
Find a file
Pierre-Eric Pelloux-Prayer 77898e052d New Mediastreamer Android Camera filter integration
android: new mediastreamer integration

android: new ms2 integration

Video calls minor corrections
2011-09-16 10:41:35 +02:00
jni android: updated build scripts 2011-09-16 10:41:35 +02:00
res New Mediastreamer Android Camera filter integration 2011-09-16 10:41:35 +02:00
src/org New Mediastreamer Android Camera filter integration 2011-09-16 10:41:35 +02:00
submodules New Mediastreamer Android Camera filter integration 2011-09-16 10:41:35 +02:00
.classpath New Mediastreamer Android Camera filter integration 2011-09-16 10:41:35 +02:00
.gitignore fix tcp 2011-07-01 12:03:38 +02:00
.gitmodules Mirror libvpx repo (official server down) 2011-09-05 10:39:28 +02:00
.project add ilbc 2010-06-30 09:54:16 +02:00
AndroidManifest.xml Fixed auto-start after boot 2011-09-13 11:58:04 +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 update libilbc so that no more generated scripts are archived 2011-08-30 17:39:32 +02:00
README Specify dependency on autotool in README. 2011-09-06 15:11:33 +02:00

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

To build liblinphone for Android, you must:
1) download the Android ndk (r5b, r6) 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)