android: enable srtp

Conflicts:

	mediastreamer2
	oRTP
This commit is contained in:
Guillaume Beraudo 2011-10-13 10:59:09 +02:00
parent 01438658f4
commit d0b53669f9

View file

@ -119,6 +119,9 @@ endif
LOCAL_STATIC_LIBRARIES += libspeex
ifeq ($(BUILD_SRTP), 1)
LOCAL_C_INCLUDES += $(SRTP_C_INCLUDE)
endif
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_CFLAGS += -DHAVE_ILBC=1