[FFmpeg-devel] [PATCH 8/9] configure: Add wmv2dsp->qpeldsp dependency

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sun May 5 11:27:50 EEST 2024


It reuses e.g. ff_put_pixels8_l2_8() directly even though
it never initializes a QpelDSPContext.
Fixes standalone compilation of the wmv2 encoder (the decoder
already has a qpeldsp dependency via the h263 decoder).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 308b29e0c0..412bb52a7d 100755
--- a/configure
+++ b/configure
@@ -2872,6 +2872,7 @@ mpegvideoenc_select="aandcttables fdctdsp me_cmp mpegvideo pixblockdsp"
 msmpeg4dec_select="h263_decoder"
 msmpeg4enc_select="h263_encoder"
 vc1dsp_select="h264chroma qpeldsp startcode"
+wmv2dsp_select="qpeldsp"
 
 # decoders / encoders
 aac_decoder_select="adts_header mpeg4audio sinewin"
-- 
2.40.1



More information about the ffmpeg-devel mailing list