summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-03 07:12:45 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-03 16:21:41 +0100
commit064ab95cc78249c95d0257db249483bb38b59829 (patch)
tree4f802f5856537ff73a2f8a8d6284ccd702bdc1cf /configure
parenta670cad2c43de442afeeefde0fb57d74b1a03acb (diff)
configure: Make IMF demuxer require MXF demuxer
The former is useless without the latter. Reviewed-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"