aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mips/Makefile
diff options
context:
space:
mode:
author周晓勇 <zhouxiaoyong@loongson.cn>2015-07-03 18:11:27 +0800
committerMichael Niedermayer <michaelni@gmx.at>2015-07-07 03:46:57 +0200
commit387cbe018c87b44874a2e5dc53fe46b9695593f1 (patch)
tree3c9ab0913d31596b9db09e6c2a186cc9c8538bc6 /libavcodec/mips/Makefile
parent72aaca748847f3add8349deb1577667b3964fe24 (diff)
downloadffmpeg-387cbe018c87b44874a2e5dc53fe46b9695593f1.tar.gz
use mmi instead of loongson3 as simd-optimization flag
Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r--libavcodec/mips/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile
index 29938912f8..695ee36b02 100644
--- a/libavcodec/mips/Makefile
+++ b/libavcodec/mips/Makefile
@@ -53,5 +53,5 @@ MSA-OBJS-$(CONFIG_PIXBLOCKDSP) += mips/pixblockdsp_msa.o
MSA-OBJS-$(CONFIG_MPEGVIDEO) += mips/mpegvideo_msa.o
MSA-OBJS-$(CONFIG_MPEGVIDEOENC) += mips/mpegvideoencdsp_msa.o
MSA-OBJS-$(CONFIG_ME_CMP) += mips/me_cmp_msa.o
-LOONGSON3-OBJS-$(CONFIG_H264DSP) += mips/h264dsp_mmi.o
-LOONGSON3-OBJS-$(CONFIG_H264CHROMA) += mips/h264chroma_mmi.o
+MMI-OBJS-$(CONFIG_H264DSP) += mips/h264dsp_mmi.o
+MMI-OBJS-$(CONFIG_H264CHROMA) += mips/h264chroma_mmi.o