diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-04 22:10:41 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-07 23:53:26 +0200 |
commit | aebddfd4d67937d2cff9f6296ed3932f36717262 (patch) | |
tree | f8dc3378d6b04a367e3ac5f54c6f7a045a26936a | |
parent | 8d92f59d117a19e910574c0fe3c67e71dfe11b72 (diff) | |
download | ffmpeg-aebddfd4d67937d2cff9f6296ed3932f36717262.tar.gz |
configure: Add missing dirac_decoder->qpeldsp dependency
Forgotten in fd0e37f126b3dc2d0c352869cb8e5f568e5906f3.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |