comparison cyuv.c @ 7040:e943e1409077 libavcodec

Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
author stefano
date Thu, 12 Jun 2008 21:50:13 +0000
parents a4104482ceef
children 5214daf6ce78
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
179 NULL, 179 NULL,
180 cyuv_decode_end, 180 cyuv_decode_end,
181 cyuv_decode_frame, 181 cyuv_decode_frame,
182 CODEC_CAP_DR1, 182 CODEC_CAP_DR1,
183 NULL, 183 NULL,
184 .long_name = "Creative YUV (CYUV)", 184 .long_name = NULL_IF_CONFIG_SMALL("Creative YUV (CYUV)"),
185 }; 185 };
186 186