comparison adxenc.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 85ab7655ad4d
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
188 sizeof(ADXContext), 188 sizeof(ADXContext),
189 adx_encode_init, 189 adx_encode_init,
190 adx_encode_frame, 190 adx_encode_frame,
191 adx_encode_close, 191 adx_encode_close,
192 NULL, 192 NULL,
193 .long_name = "SEGA CRI ADX", 193 .long_name = NULL_IF_CONFIG_SMALL("SEGA CRI ADX"),
194 }; 194 };