]> git.sesse.net Git - ffmpeg/blobdiff - arch.mak
avformat/mux: Add avoid_negative_ts_use_pts
[ffmpeg] / arch.mak
index 48bc2d32417dfe0b74193bef5c25e37fc41c9a15..bda3ae10ac1bdace93fe53efb5f2c40a8569ed7c 100644 (file)
--- a/arch.mak
+++ b/arch.mak
@@ -7,6 +7,8 @@ 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_LOONGSON3) += $(LOONGSON3-OBJS)  $(LOONGSON3-OBJS-yes)
 
 OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes)