[FFmpeg-cvslog] configure: Add missing mpegvideo dependency for IPU decoder
Andreas Rheinhardt
git at videolan.org
Wed May 12 09:27:12 EEST 2021
ffmpeg | branch: release/4.4 | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | 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 <andreas.rheinhardt at outlook.com>
(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"
More information about the ffmpeg-cvslog
mailing list