diff cavsdec.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 e716466d3665
children 0579157cbb14
line wrap: on
line diff
--- a/cavsdec.c	Tue Jun 10 19:21:40 2008 +0000
+++ b/cavsdec.c	Thu Jun 12 21:50:13 2008 +0000
@@ -699,5 +699,5 @@
     cavs_decode_frame,
     CODEC_CAP_DR1 | CODEC_CAP_DELAY,
     .flush= cavs_flush,
-    .long_name= "Chinese AVS video (AVS1-P2, JiZhun profile)",
+    .long_name= NULL_IF_CONFIG_SMALL("Chinese AVS video (AVS1-P2, JiZhun profile)"),
 };