mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
register nut muxer if libnut is used
Originally committed as revision 6978 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f956e12954
commit
6dd2cdf4b0
@ -249,7 +249,9 @@ void av_register_all(void)
|
|||||||
av_register_input_format(&nut_demuxer);
|
av_register_input_format(&nut_demuxer);
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_NUT_MUXER
|
#ifdef CONFIG_NUT_MUXER
|
||||||
// av_register_output_format(&nut_muxer);
|
#ifdef CONFIG_LIBNUT
|
||||||
|
av_register_output_format(&nut_muxer);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_NUV_DEMUXER
|
#ifdef CONFIG_NUV_DEMUXER
|
||||||
av_register_input_format(&nuv_demuxer);
|
av_register_input_format(&nuv_demuxer);
|
||||||
|
Loading…
Reference in New Issue
Block a user