ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Fri May 7 17:45:16 2021 +0200| [8f588eea8e813304f14e1889cfdc79ab89a88deb] | committer: Andreas Rheinhardt
configure: Add missing mpegvideo dependency for IPU decoder Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f588eea8e813304f14e1889cfdc79ab89a88deb --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 2d7b1bb429..62b0db5a92 100755 --- a/configure +++ b/configure @@ -2786,6 +2786,7 @@ indeo3_decoder_select="hpeldsp" indeo4_decoder_select="ividsp" indeo5_decoder_select="ividsp" interplay_video_decoder_select="hpeldsp" +ipu_decoder_select="mpegvideo" jpegls_decoder_select="mjpeg_decoder" jv_decoder_select="blockdsp" lagarith_decoder_select="llviddsp" _______________________________________________ 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".
