[FFmpeg-devel] [PATCH 1/2] configure: Add missing mpegvideo dependency for IPU decoder

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri May 7 19:00:44 EEST 2021


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
Will apply this patchset later tonight if no one objects.

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 9ece040c7b..ebc9588b0d 100755
--- a/configure
+++ b/configure
@@ -2789,6 +2789,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"
-- 
2.27.0



More information about the ffmpeg-devel mailing list