ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | 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 <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> > 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" _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
