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
This commit is contained in:
@@ -45,13 +45,6 @@ LOCAL_SRC_FILES := \
|
|||||||
spectrum_ar_model_tables.c \
|
spectrum_ar_model_tables.c \
|
||||||
transform.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.
|
# Flags passed to both C and C++ files.
|
||||||
LOCAL_CFLAGS := \
|
LOCAL_CFLAGS := \
|
||||||
$(MY_WEBRTC_COMMON_DEFS)
|
$(MY_WEBRTC_COMMON_DEFS)
|
||||||
@@ -121,6 +114,7 @@ LOCAL_C_INCLUDES := \
|
|||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libwebrtc_isacfix \
|
libwebrtc_isacfix \
|
||||||
|
libwebrtc_isacfix_neon \
|
||||||
libwebrtc_spl
|
libwebrtc_spl
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
LOCAL_SHARED_LIBRARIES := \
|
||||||
|
|||||||
Reference in New Issue
Block a user