Enable iLBC codec on X86 Android devices.

This commit is contained in:
Ghislain MARY 2014-02-06 14:24:51 +01:00
parent 4d7b91d05a
commit 3da4777e96

View file

@ -185,7 +185,7 @@ ifeq ($(BUILD_SRTP), 1)
LOCAL_C_INCLUDES += $(SRTP_C_INCLUDE)
endif
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
ifneq ($(TARGET_ARCH_ABI),armeabi)
LOCAL_CFLAGS += -DHAVE_ILBC=1
LOCAL_STATIC_LIBRARIES += libmsilbc
endif