diff options
author | Jacek Manko <jmanko@opera.com> | 2017-02-22 15:48:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-02-23 02:37:55 +0100 |
commit | c104556448973802606205fe45b8535c647354ea (patch) | |
tree | 46724ed30e537aeafeefc2ead8d69262807cbeb6 | |
parent | 6a22d2459d2cea03e6886e33434a802478795494 (diff) | |
download | ffmpeg-c104556448973802606205fe45b8535c647354ea.tar.gz |
avcodec/mips/Makefile: corrected conditional build of version 1 of vc1dsp optimizations for loongson mmi
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index b1185580c8..797df09d62 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -36,7 +36,7 @@ OBJS-$(CONFIG_MPEGVIDEO) += mips/mpegvideo_init_mips.o OBJS-$(CONFIG_MPEGVIDEOENC) += mips/mpegvideoencdsp_init_mips.o OBJS-$(CONFIG_ME_CMP) += mips/me_cmp_init_mips.o OBJS-$(CONFIG_MPEG4_DECODER) += mips/xvididct_init_mips.o -OBJS-$(CONFIG_VC1_DECODER) += mips/vc1dsp_init_mips.o +OBJS-$(CONFIG_VC1DSP) += mips/vc1dsp_init_mips.o OBJS-$(CONFIG_WMV2DSP) += mips/wmv2dsp_init_mips.o MSA-OBJS-$(CONFIG_HEVC_DECODER) += mips/hevcdsp_msa.o \ mips/hevc_mc_uni_msa.o \ |