ffmpeg | branch: release/4.4 | Andreas Rheinhardt <[email protected]> | Fri May 7 17:45:16 2021 +0200| [01701019e0c3264529aee4d895b12237c766e9d4] | committer: Andreas Rheinhardt
configure: Add missing mpegvideo dependency for IPU decoder Signed-off-by: Andreas Rheinhardt <[email protected]> (cherry picked from commit 8f588eea8e813304f14e1889cfdc79ab89a88deb) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01701019e0c3264529aee4d895b12237c766e9d4 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index d7a3f507e8..98113c95fd 100755 --- a/configure +++ b/configure @@ -2761,6 +2761,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".
