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.rheinha...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".