mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
22 lines
661 B
Text
22 lines
661 B
Text
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)
|
|
|
|
|
|
|
|
|
|
|
|
|