comparison kmvc.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 5b3acf9fd50a
children e9d9d946f213
comparison
equal deleted inserted replaced
7039:b252326ba895 7040:e943e1409077
409 sizeof(KmvcContext), 409 sizeof(KmvcContext),
410 decode_init, 410 decode_init,
411 NULL, 411 NULL,
412 decode_end, 412 decode_end,
413 decode_frame, 413 decode_frame,
414 .long_name = "Karl Morton's video codec", 414 .long_name = NULL_IF_CONFIG_SMALL("Karl Morton's video codec"),
415 }; 415 };