summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-18 14:30:16 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-19 06:54:48 +0100
commitdf2edfe1b0c3f842689c25a541563e77db84cad2 (patch)
treef074b6d6b69ac91cfb8a10545257d6ef8fdd4a02 /configure
parent30c08b42f2e68a9d862f03e5fd107889d0556fa3 (diff)
configure: Add missing cri->mjpegdec dependency
The CRI decoder is useless without the MJPEG-decoder (its init-function always errors out). Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6494d83a65..c43d1bb2e7 100755
--- a/configure
+++ b/configure
@@ -2785,6 +2785,7 @@ clearvideo_decoder_select="idctdsp"
cllc_decoder_select="bswapdsp"
comfortnoise_encoder_select="lpc"
cook_decoder_select="audiodsp mdct sinewin"
+cri_decoder_select="mjpeg_decoder"
cscd_decoder_suggest="zlib"
dca_decoder_select="mdct"
dca_encoder_select="mdct"