diff options
author | 周晓勇 <zhouxiaoyong@loongson.cn> | 2015-08-06 21:27:52 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-09 20:43:54 +0200 |
commit | 7fbafd0b1bfb8bd1f318f68baa78667c82cc8c71 (patch) | |
tree | 7e39a252d2012641fdb76189ffe3bbdc06202408 /libavcodec/mips/Makefile | |
parent | 0f9d46b70d2ac6ca7fd883f19f8aa540a55ae9b8 (diff) | |
download | ffmpeg-7fbafd0b1bfb8bd1f318f68baa78667c82cc8c71.tar.gz |
avcodec: loongson optimize h264qpel with mmi v1
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 a359788a09..2e8b1ee479 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -76,3 +76,4 @@ MMI-OBJS-$(CONFIG_IDCTDSP) += mips/idctdsp_mmi.o \ MMI-OBJS-$(CONFIG_MPEG4_DECODER) += mips/xvid_idct_mmi.o MMI-OBJS-$(CONFIG_BLOCKDSP) += mips/blockdsp_mmi.o MMI-OBJS-$(CONFIG_PIXBLOCKDSP) += mips/pixblockdsp_mmi.o +MMI-OBJS-$(CONFIG_H264QPEL) += mips/h264qpel_mmi.o |