Index: Android.mk |
diff --git a/Android.mk b/Android.mk |
index 3988cb969180355e4645438d64af8e0d9992a719..983ee1d8599f23ea92c5c2fa813f66bcdd31934f 100644 |
--- a/Android.mk |
+++ b/Android.mk |
@@ -29,7 +29,7 @@ LOCAL_SRC_FILES := \ |
source/row_common.cc \ |
source/row_mips.cc \ |
source/row_neon64.cc \ |
- source/row_gcc.cc \ |
+ source/row_gcc.cc \ |
source/scale.cc \ |
source/scale_any.cc \ |
source/scale_argb.cc \ |
@@ -56,7 +56,8 @@ endif |
ifeq ($(TARGET_ARCH_ABI),mips) |
LOCAL_CFLAGS += -DLIBYUV_MSA |
LOCAL_SRC_FILES += \ |
- source/row_msa.cc |
+ source/row_msa.cc \ |
+ source/scale_msa.cc |
endif |
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include |