X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile;h=0fbb577fbe1c6f529d0c64e9bfdcdf3d20d92998;hb=57618eead025eaf654226add94689d6d2999ccf6;hp=249ba2bb4c0f19ce33defc32502a3a637bb582cd;hpb=4ebb23aaf4f46b7a04aa8aefa3c08e7b6493de4c;p=x264 diff --git a/Makefile b/Makefile index 249ba2bb..0fbb577f 100644 --- 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