register nut muxer if libnut is used
authorOded Shimon <ods15@ods15.dyndns.org>
Sun, 12 Nov 2006 06:10:21 +0000 (06:10 +0000)
committerOded Shimon <ods15@ods15.dyndns.org>
Sun, 12 Nov 2006 06:10:21 +0000 (06:10 +0000)
Originally committed as revision 6978 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/allformats.c

index aad7435..02fa174 100644 (file)
@@ -249,7 +249,9 @@ void av_register_all(void)
     av_register_input_format(&nut_demuxer);
 #endif
 #ifdef CONFIG_NUT_MUXER
-//    av_register_output_format(&nut_muxer);
+#ifdef CONFIG_LIBNUT
+    av_register_output_format(&nut_muxer);
+#endif
 #endif
 #ifdef CONFIG_NUV_DEMUXER
     av_register_input_format(&nuv_demuxer);