diff options
author | Shivraj Patil <shivraj.patil@imgtec.com> | 2015-07-20 20:04:31 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-23 16:52:18 +0200 |
commit | fd7eadd25c77307ef8398b5f0307b18050ee070a (patch) | |
tree | 20bb98012ab30a58e558d85a0d74c88240e71036 /libavcodec/mips/Makefile | |
parent | 52c75d486ed5f75cbb79e5dbd07b7aef24f3071f (diff) | |
download | ffmpeg-fd7eadd25c77307ef8398b5f0307b18050ee070a.tar.gz |
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functions
Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com>
Reviewed-by: "Ronald S. Bultje" <rsbultje@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r-- | libavcodec/mips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index 1c4991a213..a946897b3b 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -43,7 +43,8 @@ MSA-OBJS-$(CONFIG_HEVC_DECODER) += mips/hevcdsp_msa.o \ mips/hevc_idct_msa.o \ mips/hevc_lpf_sao_msa.o \ mips/hevcpred_msa.o -MSA-OBJS-$(CONFIG_VP9_DECODER) += mips/vp9_mc_msa.o +MSA-OBJS-$(CONFIG_VP9_DECODER) += mips/vp9_mc_msa.o \ + mips/vp9_lpf_msa.o MSA-OBJS-$(CONFIG_H264DSP) += mips/h264dsp_msa.o \ mips/h264idct_msa.o MSA-OBJS-$(CONFIG_H264QPEL) += mips/h264qpel_msa.o |