diff pcx.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 3a715cb7f4b2
children 54bc8a2727b0
line wrap: on
line diff
--- a/pcx.c	Tue Jun 10 19:21:40 2008 +0000
+++ b/pcx.c	Thu Jun 12 21:50:13 2008 +0000
@@ -244,5 +244,5 @@
     pcx_decode_frame,
     0,
     NULL,
-    .long_name = "PC Paintbrush PCX image",
+    .long_name = NULL_IF_CONFIG_SMALL("PC Paintbrush PCX image"),
 };