Fixeed missing files in Android.mk for isac
This commit is contained in:
parent
a18aab332c
commit
3b7b46786a
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ LOCAL_SRC_FILES += \
|
||||||
pitch_filter_armv6.S
|
pitch_filter_armv6.S
|
||||||
else
|
else
|
||||||
LOCAL_SRC_FILES += \
|
LOCAL_SRC_FILES += \
|
||||||
lattice_c.c
|
lattice_c.c \
|
||||||
|
pitch_filter_c.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Flags passed to both C and C++ files.
|
# Flags passed to both C and C++ files.
|
||||||
|
|
Loading…
Reference in a new issue