aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2023-12-08 04:25:11 -0800
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-12-08 13:39:56 +0000
commit9e61d7f9c1535e324618f0e508a775f4245c5e82 (patch)
treede4c5b58e3e6eae1755a6f34530470e9975c70ee /linux.mk
parent1dcbc3055352a7fe4eb5d35b183f7cb6d1938b98 (diff)
downloadlibyuv-9e61d7f9c1535e324618f0e508a775f4245c5e82.tar.gz
Split convert_test and convert_argb_test to allow building on small systems that run out of memory compiling unittests.
Update build files to include the new tests and source code. Bug: libyuv:956 Change-Id: I6ec0beb6dc9570f0597d7df1835d616489dbaece Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5103585 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
index b541b47c..d19a888a 100644
--- a/linux.mk
+++ b/linux.mk
@@ -33,6 +33,7 @@ LOCAL_OBJ_FILES := \
source/rotate_argb.o \
source/rotate_common.o \
source/rotate_gcc.o \
+ source/rotate_lsx.o \
source/rotate_msa.o \
source/rotate_neon.o \
source/rotate_neon64.o \
@@ -40,19 +41,24 @@ LOCAL_OBJ_FILES := \
source/row_any.o \
source/row_common.o \
source/row_gcc.o \
+ source/row_lasx.o \
+ source/row_lsx.o \
source/row_msa.o \
source/row_neon.o \
source/row_neon64.o \
+ source/row_rvv.o \
source/row_win.o \
source/scale.o \
source/scale_any.o \
source/scale_argb.o \
source/scale_common.o \
source/scale_gcc.o \
+ source/scale_lsx.o \
source/scale_msa.o \
source/scale_neon.o \
source/scale_neon64.o \
source/scale_rgb.o \
+ source/scale_rvv.o \
source/scale_uv.o \
source/scale_win.o \
source/video_common.o