Remove delay_estimator_float.c from android build
Review URL: http://webrtc-codereview.appspot.com/161001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@610 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
427ee41a58
commit
b37ec71dbd
@ -19,8 +19,11 @@ LOCAL_MODULE_TAGS := optional
|
|||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
fft4g.c \
|
fft4g.c \
|
||||||
ring_buffer.c \
|
ring_buffer.c \
|
||||||
delay_estimator.c \
|
delay_estimator.c
|
||||||
delay_estimator_float.c
|
# Remove delay_estimator_float.c for now
|
||||||
|
# because log2 is not supported on Android
|
||||||
|
# will implement it and add this file back when it's needed
|
||||||
|
# delay_estimator_float.c
|
||||||
|
|
||||||
# Flags passed to both C and C++ files.
|
# Flags passed to both C and C++ files.
|
||||||
LOCAL_CFLAGS := \
|
LOCAL_CFLAGS := \
|
||||||
|
Loading…
Reference in New Issue
Block a user