]> git.sesse.net Git - x264/blobdiff - Makefile
aarch64: Faster intra_predict_4x4_h
[x264] / Makefile
index 249ba2bb4c0f19ce33defc32502a3a637bb582cd..6193c5936939fda36f9a2e00c734223318ccda14 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,9 @@ endif
 # MSA optims
 ifeq ($(SYS_ARCH),MIPS)
 ifneq ($(findstring HAVE_MSA 1, $(CONFIG)),)
-SRCS += common/mips/mc-c.c
+SRCS += common/mips/mc-c.c common/mips/dct-c.c \
+        common/mips/deblock-c.c common/mips/pixel-c.c \
+        common/mips/predict-c.c common/mips/quant-c.c
 endif
 endif