diff truemotion1.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 48cfbc65d688
children 322023e630a6
line wrap: on
line diff
--- a/truemotion1.c	Tue Jun 10 19:21:40 2008 +0000
+++ b/truemotion1.c	Thu Jun 12 21:50:13 2008 +0000
@@ -899,5 +899,5 @@
     truemotion1_decode_end,
     truemotion1_decode_frame,
     CODEC_CAP_DR1,
-    .long_name = "Duck TrueMotion 1.0",
+    .long_name = NULL_IF_CONFIG_SMALL("Duck TrueMotion 1.0"),
 };