You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
345 B

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libmsbcg729
LOCAL_SRC_FILES = bcg729_enc.c bcg729_dec.c
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/../../linphone/oRTP/include \
$(LOCAL_PATH)/../../linphone/mediastreamer2/include \
$(LOCAL_PATH)/../include
LOCAL_STATIC_LIBRARIES = libbcg729
include $(BUILD_STATIC_LIBRARY)