aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-04 22:10:41 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-05-07 23:53:26 +0200
commitaebddfd4d67937d2cff9f6296ed3932f36717262 (patch)
treef8dc3378d6b04a367e3ac5f54c6f7a045a26936a
parent8d92f59d117a19e910574c0fe3c67e71dfe11b72 (diff)
downloadffmpeg-aebddfd4d67937d2cff9f6296ed3932f36717262.tar.gz
configure: Add missing dirac_decoder->qpeldsp dependency
Forgotten in fd0e37f126b3dc2d0c352869cb8e5f568e5906f3. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 00c3cee33f..d4b8db07df 100755
--- a/configure
+++ b/configure
@@ -2917,7 +2917,7 @@ cook_decoder_select="audiodsp sinewin"
cri_decoder_select="mjpeg_decoder"
cscd_decoder_suggest="zlib"
dds_decoder_select="texturedsp"
-dirac_decoder_select="dirac_parse dwt golomb videodsp mpegvideoenc"
+dirac_decoder_select="dirac_parse dwt golomb mpegvideoenc qpeldsp videodsp"
dnxhd_decoder_select="blockdsp idctdsp"
dnxhd_encoder_select="blockdsp fdctdsp idctdsp mpegvideoenc pixblockdsp videodsp"
dvvideo_decoder_select="dvprofile idctdsp"