ffmpeg | branch: master | Michael Niedermayer <michae...@gmx.at> | Sun Mar 1 03:48:44 2015 +0100| [2b4041661a41f92fdcde492e30b0fa4dc1d77676] | committer: Michael Niedermayer
avcodec/mips/Makefile: Build fmtconvert_mips only if CONFIG_FMTCONVERT is set Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2b4041661a41f92fdcde492e30b0fa4dc1d77676 --- libavcodec/mips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mips/Makefile b/libavcodec/mips/Makefile index 6537b43..8e2459f 100644 --- a/libavcodec/mips/Makefile +++ b/libavcodec/mips/Makefile @@ -10,7 +10,7 @@ MIPSFPU-OBJS-$(CONFIG_AMRWB_DECODER) += mips/acelp_filters_mips.o \ MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o MIPSDSPR1-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_fixed.o MIPSFPU-OBJS-$(CONFIG_FFT) += mips/fft_mips.o -MIPSFPU-OBJS += mips/fmtconvert_mips.o +MIPSFPU-OBJS-$(CONFIG_FMTCONVERT) += mips/fmtconvert_mips.o OBJS-$(CONFIG_AC3DSP) += mips/ac3dsp_mips.o OBJS-$(CONFIG_AAC_DECODER) += mips/aacdec_mips.o \ mips/aacsbr_mips.o \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog