No description
| jni | ||
| res | ||
| src/org | ||
| submodules | ||
| .classpath | ||
| .gitignore | ||
| .gitmodules | ||
| .project | ||
| AndroidManifest.xml | ||
| default.properties | ||
| deliver_sdk.sh | ||
| README | ||
LINPHONE for ANDROID **************************** To build liblinphone for Android, you must: 1) download the Android ndk (r5b, r6) from google. 2) download libilbc code by doing: cd submodules/libilbc-rfc3951 && ./configure && make 3) prepare libvpx cd submodules/externals/build/libvpx ./asm_conversion.sh cp *.asm *.h ../../libvpx/ 4) finally 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)