diff options
author | 周晓勇 <zhouxiaoyong@loongson.cn> | 2015-07-22 15:10:38 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-22 12:11:31 +0200 |
commit | 3e35f8efa18d9b77bbdb16d9c61e387241a7bd83 (patch) | |
tree | a524ba992188be6a1b1a2570164fdb28491e2bae /libavcodec/mips/Makefile | |
parent | 6b2bb3d231f81780b0bb12193e9ca29ddf2c474a (diff) | |
download | ffmpeg-3e35f8efa18d9b77bbdb16d9c61e387241a7bd83.tar.gz |
avcodec: loongson optimize pixblockdsp 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 da91608299..1c4991a213 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -68,3 +68,4 @@ 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 +MMI-OBJS-$(CONFIG_PIXBLOCKDSP) += mips/pixblockdsp_mmi.o |