comparison txd.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 2acf0ae7b041
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
161 NULL, 161 NULL,
162 txd_end, 162 txd_end,
163 txd_decode_frame, 163 txd_decode_frame,
164 0, 164 0,
165 NULL, 165 NULL,
166 .long_name = "Renderware TXD (TeXture Dictionary) image", 166 .long_name = NULL_IF_CONFIG_SMALL("Renderware TXD (TeXture Dictionary) image"),
167 }; 167 };