[Ffmpeg-cvslog] r6978 - trunk/libavformat/allformats.c
Diego Biurrun
diego
Sun Nov 12 14:01:38 CET 2006
On Sun, Nov 12, 2006 at 07:10:21AM +0100, ods15 wrote:
>
> Log:
> register nut muxer if libnut is used
>
> --- trunk/libavformat/allformats.c (original)
> +++ trunk/libavformat/allformats.c Sun Nov 12 07:10:21 2006
> @@ -249,7 +249,9 @@
> 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
IMO this part should be left as-is and a separate libnut section be
added below.
Diego
More information about the ffmpeg-cvslog
mailing list