aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gutkin <agutkin@google.com>2012-09-20 11:57:35 +0100
committerAlexander Gutkin <agutkin@google.com>2012-09-20 11:57:35 +0100
commit69857ee3e72bc52cc3bd1ea80147fa0076a02973 (patch)
tree321546625f50736b08eab68b060a6e57e14399bb
parenta6451827d543eb00824bc95097e47d0aac51ae93 (diff)
downloadwebrtc-69857ee3e72bc52cc3bd1ea80147fa0076a02973.tar.gz
Fixing broken x86 build.
C pitch filter implementation was missing. Change-Id: I7ab37627c1ddb79bca326c677ecc5f2cb5617647
-rw-r--r--src/modules/audio_coding/codecs/isac/fix/source/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/audio_coding/codecs/isac/fix/source/Android.mk b/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
index bd2a91df00..bd95ed8125 100644
--- a/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
+++ b/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
@@ -52,7 +52,8 @@ LOCAL_SRC_FILES += \
pitch_filter_armv6.S
else
LOCAL_SRC_FILES += \
- lattice_c.c
+ lattice_c.c \
+ pitch_filter_c.c
endif
# Flags passed to both C and C++ files.