Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2019-10-30 03:11:46 +0300
committerLou Logan <lou@lrcd.com>2019-10-30 22:10:00 +0300
commit881f083a16a17509aaa53274f2c6f4f4c507dade (patch)
treed334a0146d8681338d619d55ad2de4a323bb00e2 /configure
parent26aa04991e02f5fb83ffe177fbd832d7d7deb2fb (diff)
configure: fix standalone compilation of mxf muxer
Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7f63eebc9d..875b77fdf1 100755
--- a/configure
+++ b/configure
@@ -3273,6 +3273,7 @@ mp4_muxer_select="mov_muxer"
mpegts_demuxer_select="iso_media"
mpegts_muxer_select="adts_muxer latm_muxer"
mpegtsraw_demuxer_select="mpegts_demuxer"
+mxf_muxer_select="golomb"
mxf_d10_muxer_select="mxf_muxer"
mxf_opatom_muxer_select="mxf_muxer"
nut_muxer_select="riffenc"