From b10e218df1cfc3f303830ba7a6ef58ae8dc4969b Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 31 Jul 2022 09:47:32 +0200 Subject: configure, avcodec/Makefile: Make IntraX8 select WMV2DSP, fix MIPS build IntraX8 uses WMV2DSP directly, so it should have a direct dependency on it. Also remove the indirect Makefile dependency of the VC-1 decoder on wmv2dsp.o. Notice that since the addition of the MIPS WMV2DSP implementation building only the VC-1 decoder would fail, because no Makefile dependency VC1->wmv2dsp_init_mips.o has been added. This is of course fixed by this commit. Signed-off-by: Andreas Rheinhardt --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 6ee6aecac2..1c2bd4aae1 100755 --- a/configure +++ b/configure @@ -2733,7 +2733,7 @@ h264dsp_select="startcode" hevcparse_select="atsc_a53 golomb" frame_thread_encoder_deps="encoders threads" inflate_wrapper_deps="zlib" -intrax8_select="blockdsp" +intrax8_select="blockdsp wmv2dsp" iso_media_select="mpeg4audio" mdct_select="fft" mdct15_select="fft" -- cgit v1.2.3