comparison ra144.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 6e374f47da64
children f34ca79e96f4
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
394 sizeof(RA144Context), 394 sizeof(RA144Context),
395 ra144_decode_init, 395 ra144_decode_init,
396 NULL, 396 NULL,
397 NULL, 397 NULL,
398 ra144_decode_frame, 398 ra144_decode_frame,
399 .long_name = "RealAudio 1.0 (14.4K)", 399 .long_name = NULL_IF_CONFIG_SMALL("RealAudio 1.0 (14.4K)"),
400 }; 400 };