Commit 8719a4ed authored by ods15's avatar ods15

register nut muxer if libnut is used


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6978 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5d30caa2
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment