diff options
author | Shivraj Patil <shivraj.patil@imgtec.com> | 2015-04-17 18:42:27 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-17 17:38:41 +0200 |
commit | 35a7170e69b31f0299a85261bf48babdc5d4883f (patch) | |
tree | 6bf4e582dbe7fcecbf939b587b523c5dc1c72255 /Makefile | |
parent | 8768f8f4b92990e5b9c5df1024438122532998d4 (diff) | |
download | ffmpeg-streaming-35a7170e69b31f0299a85261bf48babdc5d4883f.zip ffmpeg-streaming-35a7170e69b31f0299a85261bf48babdc5d4883f.tar.gz |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ SUBDIR_VARS := CLEANFILES EXAMPLES FFLIBS HOSTPROGS TESTPROGS TOOLS \ HEADERS ARCH_HEADERS BUILT_HEADERS SKIPHEADERS \ ARMV5TE-OBJS ARMV6-OBJS ARMV8-OBJS VFP-OBJS NEON-OBJS \ ALTIVEC-OBJS MMX-OBJS YASM-OBJS \ - MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSPR1-OBJS \ + MIPSFPU-OBJS MIPSDSPR2-OBJS MIPSDSPR1-OBJS MSA-OBJS \ OBJS SLIBOBJS HOSTOBJS TESTOBJS define RESET |