diff options
author | Shivraj Patil <shivraj.patil@imgtec.com> | 2015-04-27 19:24:45 +0530 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-01 04:19:18 +0200 |
commit | 02001ada5cdd1d8b884141134ceb5c8607fa05f7 (patch) | |
tree | 20349899be5ff2cb1e3262c7fa70b686ac58689f /libavcodec/mips/Makefile | |
parent | 3cd666cfbc7d52075ffdadd3603f46fdc87d67db (diff) | |
download | ffmpeg-02001ada5cdd1d8b884141134ceb5c8607fa05f7.tar.gz |
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biweight functions
Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mips/Makefile')
-rw-r--r-- | libavcodec/mips/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index b41d8c78fc..eaedd7f8f5 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -19,4 +19,6 @@ OBJS-$(CONFIG_AAC_DECODER) += mips/aacdec_mips.o \ MIPSDSPR1-OBJS-$(CONFIG_AAC_ENCODER) += mips/aaccoder_mips.o MIPSFPU-OBJS-$(CONFIG_AAC_ENCODER) += mips/iirfilter_mips.o OBJS-$(CONFIG_HEVC_DECODER) += mips/hevcdsp_init_mips.o +OBJS-$(CONFIG_H264DSP) += mips/h264dsp_init_mips.o MSA-OBJS-$(CONFIG_HEVC_DECODER) += mips/hevcdsp_msa.o +MSA-OBJS-$(CONFIG_H264DSP) += mips/h264dsp_msa.o |