Mercurial > libavformat.hg
changeset 1483:6f36ee726e5c libavformat
register nut muxer if libnut is used
author | ods15 |
---|---|
date | Sun, 12 Nov 2006 06:10:21 +0000 |
parents | 617beb4c6247 |
children | 20438d25cf8c |
files | allformats.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/allformats.c Sun Nov 12 06:09:15 2006 +0000 +++ b/allformats.c Sun Nov 12 06:10:21 2006 +0000 @@ -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 #ifdef CONFIG_NUV_DEMUXER av_register_input_format(&nuv_demuxer);