X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=arch.mak;h=39f2917d1bd031eba838b46fcfc45ebca1f2e879;hb=8d5088a168d13cfb8f21ee8de0dc8477982ea7d6;hp=48bc2d32417dfe0b74193bef5c25e37fc41c9a15;hpb=fb6dd77000f1ad6740494269f55a0ff21df5bcf2;p=ffmpeg diff --git a/arch.mak b/arch.mak index 48bc2d32417..39f2917d1bd 100644 --- a/arch.mak +++ b/arch.mak @@ -7,6 +7,7 @@ OBJS-$(HAVE_NEON) += $(NEON-OBJS) $(NEON-OBJS-yes) OBJS-$(HAVE_MIPSFPU) += $(MIPSFPU-OBJS) $(MIPSFPU-OBJS-yes) OBJS-$(HAVE_MIPSDSPR1) += $(MIPSDSPR1-OBJS) $(MIPSDSPR1-OBJS-yes) OBJS-$(HAVE_MIPSDSPR2) += $(MIPSDSPR2-OBJS) $(MIPSDSPR2-OBJS-yes) +OBJS-$(HAVE_MSA) += $(MSA-OBJS) $(MSA-OBJS-yes) OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes)