[FFmpeg-cvslog] configure: Add wmv2dsp->qpeldsp dependency
Andreas Rheinhardt
git at videolan.org
Wed May 8 01:03:53 EEST 2024
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun May 5 08:40:55 2024 +0200| [2e7bd08c4ca9130f64f8f8cdf757cc176abb91bb] | committer: Andreas Rheinhardt
configure: Add wmv2dsp->qpeldsp dependency
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>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e7bd08c4ca9130f64f8f8cdf757cc176abb91bb
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 73f200cb19..13f4398dab 100755
--- a/configure
+++ b/configure
@@ -2874,6 +2874,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"
More information about the ffmpeg-cvslog
mailing list