]> git.sesse.net Git - x264/blobdiff - Makefile
mips: MSA dct optimizations
[x264] / Makefile
index 249ba2bb4c0f19ce33defc32502a3a637bb582cd..0fbb577fbe1c6f529d0c64e9bfdcdf3d20d92998 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -146,7 +146,7 @@ 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
 endif
 endif