From 82036f3e5796ed0e8f3af2604f7a1a76a6c07355 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 3 Feb 2014 17:10:01 +0100 Subject: [PATCH] Updated README --- README | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README b/README index d15c5fd74..a14f963e2 100644 --- a/README +++ b/README @@ -28,6 +28,17 @@ To create an apk with a different package name, you need to edit the custom_rule 1) look for the property named "linphone.package.name" and change it value accordingly 2) run again the Makefile script by calling "make" + + TROUBLESHOOTING + ***************************** + +If you encounter troubles with the make clean target and you are using the 8e android ndk, the solution can be found here: https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/3wIbb-h3nDU +When using the ndk-r9b or ndk-r9c you may have an issue when compiling with x264. If so, use ndk-r9 instead. + + + CUSTOMIZATION + ***************************** + Some options can be passed to make, like "make SOME_OPTION=SOME_VALUE". ENABLE_GPL_THIRD_PARTIES @@ -86,7 +97,8 @@ BUILD_OPUS values: 0 (don't build opus), 1 (do build opus), default value: 1 BUILD_UPNP - value: 0 (don't build upnp), 1 (do build upnp), default value: 1 + values: 0 (don't build upnp), 1 (do build upnp), default value: 1 -If you encounter troubles with the make clean target and you are using the 8e android ndk, the solution can be found here: https://groups.google.com/forum/?fromgroups=#!topic/android-ndk/3wIbb-h3nDU -When using the ndk-r9b or ndk-r9c you may have an issue when compiling with x264. If so, use ndk-r9 instead. +BUILD_OPENSLES_SOUNDCARD + values: 0 (don't build ms2 opensles soundcard, requiered to be able to run the app on Android 2.2), 1 (do build ms2 opensles soundcard, used on Android >= 4.4 devices) + default value: 1