[FFmpeg-cvslog] configure: Add missing cri->mjpegdec dependency
Andreas Rheinhardt
git at videolan.org
Sat Mar 19 08:00:25 EET 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Fri Mar 18 14:30:16 2022 +0100| [df2edfe1b0c3f842689c25a541563e77db84cad2] | committer: Andreas Rheinhardt
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 at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df2edfe1b0c3f842689c25a541563e77db84cad2
---
configure | 1 +
1 file changed, 1 insertion(+)
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"
More information about the ffmpeg-cvslog
mailing list