From bbc1f10187539a6d44248ab877504e9994efdf22 Mon Sep 17 00:00:00 2001 From: "kma@webrtc.org" Date: Wed, 5 Oct 2011 18:09:02 +0000 Subject: [PATCH] Changed modules/audio_processing/utility/Android.mk, to correct a build error in Android with the change from version r674. Review URL: http://webrtc-codereview.appspot.com/197003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@694 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/audio_processing/utility/Android.mk | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/modules/audio_processing/utility/Android.mk b/src/modules/audio_processing/utility/Android.mk index 6c947299df..9ae21e25ec 100644 --- a/src/modules/audio_processing/utility/Android.mk +++ b/src/modules/audio_processing/utility/Android.mk @@ -19,11 +19,8 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := \ fft4g.c \ ring_buffer.c \ - delay_estimator.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 + delay_estimator.c \ + delay_estimator_float.c # Flags passed to both C and C++ files. LOCAL_CFLAGS := \