comparison sgidec.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 6eeb19edcee3
children 54bc8a2727b0
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
261 sizeof(SgiState), 261 sizeof(SgiState),
262 sgi_init, 262 sgi_init,
263 NULL, 263 NULL,
264 sgi_end, 264 sgi_end,
265 decode_frame, 265 decode_frame,
266 .long_name = "SGI image", 266 .long_name = NULL_IF_CONFIG_SMALL("SGI image"),
267 }; 267 };
268 268