ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@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 <z...@zanevaniperen.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@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" _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".