comparison imc.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 998990a4cccd
children b0820b8bd4dd
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
811 .id = CODEC_ID_IMC, 811 .id = CODEC_ID_IMC,
812 .priv_data_size = sizeof(IMCContext), 812 .priv_data_size = sizeof(IMCContext),
813 .init = imc_decode_init, 813 .init = imc_decode_init,
814 .close = imc_decode_close, 814 .close = imc_decode_close,
815 .decode = imc_decode_frame, 815 .decode = imc_decode_frame,
816 .long_name = "IMC (Intel Music Coder)", 816 .long_name = NULL_IF_CONFIG_SMALL("IMC (Intel Music Coder)"),
817 }; 817 };