aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2017-01-26 16:09:35 -0800
committerCommit Bot <commit-bot@chromium.org>2017-01-27 23:11:43 +0000
commit54f2094a5e60d287eb1fc634986e46d4e1d4eb66 (patch)
tree1a575ac5eed623700ea6b11bbb645f0ec9caf027 /linux.mk
parent33f52bdac996966f82bd870a0887ddc33b918aba (diff)
downloadlibyuv-54f2094a5e60d287eb1fc634986e46d4e1d4eb66.tar.gz
Rename mips source files to dspr2.
Add MSA detect to unittest. Change macro to disable DSPR2 code to LIBYUV_DISABLE_DSPR2 BUG=libyuv:634 TEST=try bots Change-Id: I9e0aa2452204fc529bb6f9e6fd93c4e1c379bba6 Reviewed-on: https://chromium-review.googlesource.com/433463 Reviewed-by: Henrik Kjellander <kjellander@chromium.org> Commit-Queue: Frank Barchard <fbarchard@google.com>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux.mk b/linux.mk
index 625cde9d..923345ae 100644
--- a/linux.mk
+++ b/linux.mk
@@ -32,14 +32,14 @@ LOCAL_OBJ_FILES := \
source/rotate.o \
source/rotate_common.o \
source/rotate_gcc.o \
- source/rotate_mips.o \
+ source/rotate_dspr2.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_mips.o \
+ source/row_dspr2.o \
source/row_neon64.o \
source/row_neon.o \
source/row_win.o \
@@ -48,7 +48,7 @@ LOCAL_OBJ_FILES := \
source/scale.o \
source/scale_common.o \
source/scale_gcc.o \
- source/scale_mips.o \
+ source/scale_dspr2.o \
source/scale_neon64.o \
source/scale_neon.o \
source/scale_win.o \