From ee36b9587d0933f6d77c1d65d26929743d61cf31 Mon Sep 17 00:00:00 2001 From: "kma@webrtc.org" Date: Thu, 15 Dec 2011 00:18:45 +0000 Subject: [PATCH] corrected android makefile for isac build. Review URL: http://webrtc-codereview.appspot.com/321013 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1200 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../audio_coding/codecs/iSAC/fix/source/Android.mk | 8 +------- 1 file changed, 1 insertion(+), 7 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 3bedfe9964..ceca966e7d 100644 --- a/src/modules/audio_coding/codecs/iSAC/fix/source/Android.mk +++ b/src/modules/audio_coding/codecs/iSAC/fix/source/Android.mk @@ -45,13 +45,6 @@ LOCAL_SRC_FILES := \ spectrum_ar_model_tables.c \ transform.c -ifeq ($(ARCH_ARM_HAVE_NEON),true) -LOCAL_SRC_FILES += \ - filters_neon.c -LOCAL_CFLAGS += \ - $(MY_ARM_CFLAGS_NEON) -endif - # Flags passed to both C and C++ files. LOCAL_CFLAGS := \ $(MY_WEBRTC_COMMON_DEFS) @@ -121,6 +114,7 @@ LOCAL_C_INCLUDES := \ LOCAL_STATIC_LIBRARIES := \ libwebrtc_isacfix \ + libwebrtc_isacfix_neon \ libwebrtc_spl LOCAL_SHARED_LIBRARIES := \