[FFmpeg-devel] [PATCH] configure: Make IMF demuxer require MXF demuxer

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Jan 3 08:19:05 EET 2022


The former is useless without the latter.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 6ad70b9f7b..e2ea473565 100755
--- a/configure
+++ b/configure
@@ -3416,6 +3416,7 @@ hls_muxer_suggest="gcrypt openssl"
 image2_alias_pix_demuxer_select="image2_demuxer"
 image2_brender_pix_demuxer_select="image2_demuxer"
 imf_demuxer_deps="libxml2"
+imf_demuxer_select="mxf_demuxer"
 ipod_muxer_select="mov_muxer"
 ismv_muxer_select="mov_muxer"
 ivf_muxer_select="av1_metadata_bsf vp9_superframe_bsf"
-- 
2.32.0



More information about the ffmpeg-devel mailing list