diff qdm2.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 0f63fc62ea8b
children 322023e630a6
line wrap: on
line diff
--- a/qdm2.c	Tue Jun 10 19:21:40 2008 +0000
+++ b/qdm2.c	Thu Jun 12 21:50:13 2008 +0000
@@ -2038,5 +2038,5 @@
     .init = qdm2_decode_init,
     .close = qdm2_decode_close,
     .decode = qdm2_decode_frame,
-    .long_name = "QDesign Music Codec 2",
+    .long_name = NULL_IF_CONFIG_SMALL("QDesign Music Codec 2"),
 };