forked from mirrors/linphone-iphone
Merge branch 'master' of git://git.savannah.nongnu.org/linphone
This commit is contained in:
commit
ef7dc050f5
2 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue