Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShivraj Patil <shivraj.patil@imgtec.com>2015-04-17 16:12:27 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-04-17 18:38:41 +0300
commit35a7170e69b31f0299a85261bf48babdc5d4883f (patch)
tree6bf4e582dbe7fcecbf939b587b523c5dc1c72255 /arch.mak
parent8768f8f4b92990e5b9c5df1024438122532998d4 (diff)
Makefile: Add support for MSA (MIPS-SIMD-Arch)
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'arch.mak')
-rw-r--r--arch.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch.mak b/arch.mak
index 48bc2d3241..39f2917d1b 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)