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
This commit is contained in:
fbarchard@google.com 2013-01-07 06:50:22 +00:00
parent d0780dde6e
commit be560615bb

View File

@ -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