comparison aasc.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 f874e1d5cf07
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
169 aasc_decode_init, 169 aasc_decode_init,
170 NULL, 170 NULL,
171 aasc_decode_end, 171 aasc_decode_end,
172 aasc_decode_frame, 172 aasc_decode_frame,
173 CODEC_CAP_DR1, 173 CODEC_CAP_DR1,
174 .long_name = "Autodesk RLE", 174 .long_name = NULL_IF_CONFIG_SMALL("Autodesk RLE"),
175 }; 175 };