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:
parent
59ccd5c71f
commit
ee36b9587d
@ -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 := \
|
||||
|
Loading…
Reference in New Issue
Block a user