aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2022-01-25 18:44:54 -0800
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-01-26 08:41:33 +0000
commit2c6bfc02d5265c95df69190c785f5d00d13bb444 (patch)
tree1f03f7ab21566a901e51dc3e2272bec8f2bcb324 /linux.mk
parent2f87e9a7135b83656c86b3b23ba582e0dfeb7fbb (diff)
downloadlibyuv-2c6bfc02d5265c95df69190c785f5d00d13bb444.tar.gz
Remove MMI support
Bug: libyuv:916 Change-Id: I345b7e271ceb4b32fe91e292915e66be40812810 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3415817 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Wan-Teh Chang <wtc@google.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/linux.mk b/linux.mk
index f5e73ea4..0570b00d 100644
--- a/linux.mk
+++ b/linux.mk
@@ -13,7 +13,6 @@ LOCAL_OBJ_FILES := \
source/compare.o \
source/compare_common.o \
source/compare_gcc.o \
- source/compare_mmi.o \
source/compare_msa.o \
source/compare_neon.o \
source/compare_neon64.o \
@@ -34,7 +33,6 @@ LOCAL_OBJ_FILES := \
source/rotate_argb.o \
source/rotate_common.o \
source/rotate_gcc.o \
- source/rotate_mmi.o \
source/rotate_msa.o \
source/rotate_neon.o \
source/rotate_neon64.o \
@@ -42,7 +40,6 @@ LOCAL_OBJ_FILES := \
source/row_any.o \
source/row_common.o \
source/row_gcc.o \
- source/row_mmi.o \
source/row_msa.o \
source/row_neon.o \
source/row_neon64.o \
@@ -52,7 +49,6 @@ LOCAL_OBJ_FILES := \
source/scale_argb.o \
source/scale_common.o \
source/scale_gcc.o \
- source/scale_mmi.o \
source/scale_msa.o \
source/scale_neon.o \
source/scale_neon64.o \