Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
cdbb0e3b
Commit
cdbb0e3b
authored
13 years ago
by
jehan
Browse files
Options
Download
Patches
Plain Diff
LIBLINPHONE_EXTENDED_C_INCLUDES must be for all arch
parent
51ee80ec
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/android/Android.mk
+1
-1
build/android/Android.mk
java/common/org/linphone/core/LinphoneCallParams.java
+1
-0
java/common/org/linphone/core/LinphoneCallParams.java
with
2 additions
and
1 deletion
build/android/Android.mk
+
1
−
1
View file @
cdbb0e3b
...
...
@@ -123,9 +123,9 @@ LOCAL_STATIC_LIBRARIES += libspeex
ifeq
($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_CFLAGS
+=
-DHAVE_ILBC
=
1
LOCAL_STATIC_LIBRARIES
+=
libmsilbc
LOCAL_C_INCLUDES
+=
$(
LIBLINPHONE_EXTENDED_C_INCLUDES
)
endif
LOCAL_C_INCLUDES
+=
$(
LIBLINPHONE_EXTENDED_C_INCLUDES
)
LOCAL_STATIC_LIBRARIES
+=
$(
LIBLINPHONE_EXTENDED_STATIC_LIBS
)
LOCAL_SRC_FILES
+=
$(
LIBLINPHONE_EXTENDED_SRC_FILES
)
...
...
This diff is collapsed.
Click to expand it.
java/common/org/linphone/core/LinphoneCallParams.java
+
1
−
0
View file @
cdbb0e3b
...
...
@@ -30,6 +30,7 @@ public interface LinphoneCallParams {
boolean
getVideoEnabled
();
/**
* set audio bandwidth in kbits/s
* @param value 0 to disable limitation
*/
void
setAudioBandwidth
(
int
value
);
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets