diff options
author | Chia-chi Yeh <chiachi@android.com> | 2010-08-24 16:00:32 +0800 |
---|---|---|
committer | Chia-chi Yeh <chiachi@android.com> | 2010-08-24 16:04:18 +0800 |
commit | 4ae6ec428f3570b9020b35ada6a62f94af66d888 (patch) | |
tree | 35a14c66f88275bca848f1e981ca97a4f2c0f7b0 /voip/jni/rtp/Android.mk | |
parent | 2880ef86e5210832ef44f2d45c46ada1891372e5 (diff) | |
download | frameworks_base-4ae6ec428f3570b9020b35ada6a62f94af66d888.zip frameworks_base-4ae6ec428f3570b9020b35ada6a62f94af66d888.tar.gz frameworks_base-4ae6ec428f3570b9020b35ada6a62f94af66d888.tar.bz2 |
RTP: integrate the echo canceller from speex.
Currently the filter_length is set to one second.
Will change that when we have a better idea.
Change-Id: Ia942a8fff00b096de8ff0049a448816ea9a68068
Diffstat (limited to 'voip/jni/rtp/Android.mk')
-rw-r--r-- | voip/jni/rtp/Android.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/voip/jni/rtp/Android.mk b/voip/jni/rtp/Android.mk index a364355..3bd85aa 100644 --- a/voip/jni/rtp/Android.mk +++ b/voip/jni/rtp/Android.mk @@ -32,10 +32,11 @@ LOCAL_SHARED_LIBRARIES := \ libutils \ libmedia -LOCAL_STATIC_LIBRARIES := +LOCAL_STATIC_LIBRARIES := libspeex LOCAL_C_INCLUDES += \ - $(JNI_H_INCLUDE) + $(JNI_H_INCLUDE) \ + external/speex/include LOCAL_CFLAGS += -fvisibility=hidden |