aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-04-04 14:56:20 -0700
committerCommit Bot <commit-bot@chromium.org>2018-04-13 18:58:52 +0000
commit2edf6745e01289799bb76f99d14c2c92a3cdf75b (patch)
tree488dee8878bf8c5a64048a7d15133a41f8ae8b0c /linux.mk
parent190fb79ced0c79898242e5658b65f4c545738df9 (diff)
downloadlibyuv-2edf6745e01289799bb76f99d14c2c92a3cdf75b.tar.gz
update linux makefile with mips/msa files
BUG=webm:1509 Change-Id: I74db6e287952b343021c0a17a80c973517080517 Reviewed-on: https://chromium-review.googlesource.com/996311 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
index b84c89f9..3cb6addd 100644
--- a/linux.mk
+++ b/linux.mk
@@ -13,6 +13,7 @@ LOCAL_OBJ_FILES := \
source/compare.o \
source/compare_common.o \
source/compare_gcc.o \
+ source/compare_msa.o \
source/compare_neon64.o \
source/compare_neon.o \
source/compare_win.o \
@@ -32,12 +33,14 @@ LOCAL_OBJ_FILES := \
source/rotate.o \
source/rotate_common.o \
source/rotate_gcc.o \
+ source/rotate_msa.o \
source/rotate_neon64.o \
source/rotate_neon.o \
source/rotate_win.o \
source/row_any.o \
source/row_common.o \
source/row_gcc.o \
+ source/row_msa.o \
source/row_neon64.o \
source/row_neon.o \
source/row_win.o \
@@ -46,6 +49,7 @@ LOCAL_OBJ_FILES := \
source/scale.o \
source/scale_common.o \
source/scale_gcc.o \
+ source/scale_msa.o \
source/scale_neon64.o \
source/scale_neon.o \
source/scale_win.o \