Commit be560615 authored by fbarchard@google.com's avatar fbarchard@google.com

Name fix in Android make file for scaler

BUG=172
TEST=none
Review URL: https://webrtc-codereview.appspot.com/1020006

git-svn-id: http://libyuv.googlecode.com/svn/trunk@523 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent d0780dde
......@@ -33,11 +33,11 @@ LOCAL_SRC_FILES := \
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_CFLAGS += -DLIBYUV_NEON
LOCAL_SRC_FILES += \
source/compare_neon.cc.neon \
source/rotate_neon.cc.neon \
source/row_neon.cc.neon \
source/scale_neon.cc.neon \
source/scale_neon_argb.cc.neon
source/compare_neon.cc.neon \
source/rotate_neon.cc.neon \
source/row_neon.cc.neon \
source/scale_argb_neon.cc.neon \
source/scale_neon.cc.neon
endif
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment