diff aasc.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 a4104482ceef
children f874e1d5cf07
line wrap: on
line diff
--- a/aasc.c	Tue Jun 10 19:21:40 2008 +0000
+++ b/aasc.c	Thu Jun 12 21:50:13 2008 +0000
@@ -171,5 +171,5 @@
     aasc_decode_end,
     aasc_decode_frame,
     CODEC_CAP_DR1,
-    .long_name = "Autodesk RLE",
+    .long_name = NULL_IF_CONFIG_SMALL("Autodesk RLE"),
 };