[FFmpeg-cvslog] configure: Make IMF demuxer require MXF demuxer

Andreas Rheinhardt git at videolan.org
Mon Jan 3 17:29:26 EET 2022


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Jan  3 07:12:45 2022 +0100| [064ab95cc78249c95d0257db249483bb38b59829] | committer: Andreas Rheinhardt

configure: Make IMF demuxer require MXF demuxer

The former is useless without the latter.

Reviewed-by: Zane van Iperen <zane at zanevaniperen.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=064ab95cc78249c95d0257db249483bb38b59829
---

 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"



More information about the ffmpeg-cvslog mailing list