comparison nutdec.c @ 4206:c3102b189cb6 libavformat

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 7d2f3f1b68d8
children 44f4dca12784
comparison
equal deleted inserted replaced
4205:41878938d030 4206:c3102b189cb6
904 av_freep(&nut->stream); 904 av_freep(&nut->stream);
905 905
906 return 0; 906 return 0;
907 } 907 }
908 908
909 #ifdef CONFIG_NUT_DEMUXER 909 #if CONFIG_NUT_DEMUXER
910 AVInputFormat nut_demuxer = { 910 AVInputFormat nut_demuxer = {
911 "nut", 911 "nut",
912 NULL_IF_CONFIG_SMALL("NUT format"), 912 NULL_IF_CONFIG_SMALL("NUT format"),
913 sizeof(NUTContext), 913 sizeof(NUTContext),
914 nut_probe, 914 nut_probe,