diff options
author | 周晓勇 <zhouxiaoyong@loongson.cn> | 2015-07-21 21:29:11 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-21 17:50:19 +0200 |
commit | c303ad85a9e498ba089e92dfa23fda542684cdc3 (patch) | |
tree | 9af3f4edaf7c352c3bf65f583c1fb036b053b8b5 /libavcodec/mips/Makefile | |
parent | 39867f3e098ab304cd3bef0ace19d73617cdb817 (diff) | |
download | ffmpeg-c303ad85a9e498ba089e92dfa23fda542684cdc3.tar.gz |
avcodec: loongson optimize blockdsp with mmi
Signed-off-by: ZhouXiaoyong <zhouxiaoyong@loongson.cn>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r-- | libavcodec/mips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index a10566154f..da91608299 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -67,3 +67,4 @@ MMI-OBJS-$(CONFIG_MPEGVIDEO) += mips/mpegvideo_mmi.o MMI-OBJS-$(CONFIG_IDCTDSP) += mips/idctdsp_mmi.o \ mips/simple_idct_mmi.o MMI-OBJS-$(CONFIG_MPEG4_DECODER) += mips/xvid_idct_mmi.o +MMI-OBJS-$(CONFIG_BLOCKDSP) += mips/blockdsp_mmi.o |