Fix buidling error

Review URL: http://webrtc-codereview.appspot.com/151002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@603 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
leozwang@google.com
2011-09-15 22:28:08 +00:00
parent fcd12b3b7d
commit ce95069ade
2 changed files with 7 additions and 4 deletions

View File

@@ -18,8 +18,7 @@ LOCAL_MODULE := libwebrtc_aecm
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
echo_control_mobile.c \
aecm_core.c \
aecm_delay_estimator.c
aecm_core.c
# Flags passed to both C and C++ files.
LOCAL_CFLAGS := \

View File

@@ -18,7 +18,9 @@ LOCAL_MODULE := libwebrtc_apm_utility
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := \
fft4g.c \
ring_buffer.c
ring_buffer.c \
delay_estimator.c \
delay_estimator_float.c
# Flags passed to both C and C++ files.
LOCAL_CFLAGS := \
@@ -26,7 +28,9 @@ LOCAL_CFLAGS := \
# Include paths placed before CFLAGS/CPPFLAGS
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)
$(LOCAL_PATH) \
$(LOCAL_PATH)/../../.. \
$(LOCAL_PATH)/../../../common_audio/signal_processing_library/main/interface
LOCAL_SHARED_LIBRARIES := \
libcutils \