aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2017-12-13 17:38:52 -0800
committerCommit Bot <commit-bot@chromium.org>2017-12-14 18:22:16 +0000
commit3b81288ecef7ff63ca773040431cba728c9a3621 (patch)
tree05d07d0a6af8541c11e338aab6074a6408fe66f7 /linux.mk
parentbb3180ae807ddf55335926d5f53b3856e2882b1c (diff)
downloadlibyuv-3b81288ecef7ff63ca773040431cba728c9a3621.tar.gz
Remove Mips DSPR2 code
Bug: libyuv:765 Test: build for mips still passes Change-Id: I99105ad3951d2210c0793e3b9241c178442fdc37 Reviewed-on: https://chromium-review.googlesource.com/826404 Reviewed-by: Weiyong Yao <braveyao@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux.mk b/linux.mk
index 7e9aa5e4..b84c89f9 100644
--- a/linux.mk
+++ b/linux.mk
@@ -32,14 +32,12 @@ LOCAL_OBJ_FILES := \
source/rotate.o \
source/rotate_common.o \
source/rotate_gcc.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_dspr2.o \
source/row_neon64.o \
source/row_neon.o \
source/row_win.o \
@@ -48,7 +46,6 @@ LOCAL_OBJ_FILES := \
source/scale.o \
source/scale_common.o \
source/scale_gcc.o \
- source/scale_dspr2.o \
source/scale_neon64.o \
source/scale_neon.o \
source/scale_win.o \