Commit cdbb0e3b authored by jehan's avatar jehan
Browse files

LIBLINPHONE_EXTENDED_C_INCLUDES must be for all arch

parent 51ee80ec
No related merge requests found
Showing with 2 additions and 1 deletion
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment