diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-18 14:30:16 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-03-19 06:54:48 +0100 |
commit | df2edfe1b0c3f842689c25a541563e77db84cad2 (patch) | |
tree | f074b6d6b69ac91cfb8a10545257d6ef8fdd4a02 /configure | |
parent | 30c08b42f2e68a9d862f03e5fd107889d0556fa3 (diff) | |
download | ffmpeg-df2edfe1b0c3f842689c25a541563e77db84cad2.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |