diff libdiracdec.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 43bede126ef6
children e623323d409f
line wrap: on
line diff
--- a/libdiracdec.c	Tue Jun 10 19:21:40 2008 +0000
+++ b/libdiracdec.c	Thu Jun 12 21:50:13 2008 +0000
@@ -205,5 +205,5 @@
     libdirac_decode_frame,
     CODEC_CAP_DELAY,
     .flush = libdirac_flush,
-    .long_name = "libdirac Dirac 2.2",
+    .long_name = NULL_IF_CONFIG_SMALL("libdirac Dirac 2.2"),
 } ;