summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 3ce379313e..3ff29fe5b6 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -138,6 +138,9 @@ void av_register_all(void)
#ifdef CONFIG_GXF_DEMUXER
av_register_input_format(&gxf_demuxer);
#endif
+#if defined(CONFIG_GXF_MUXER) && defined(CONFIG_GPL)
+ av_register_output_format(&gxf_muxer);
+#endif
#ifdef CONFIG_IDCIN_DEMUXER
av_register_input_format(&idcin_demuxer);
#endif