diff lmlm4.c @ 3424:7a0230981402 libavformat

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me
author diego
date Tue, 03 Jun 2008 16:20:54 +0000
parents ae79fd89ca8b
children 7d2f3f1b68d8
line wrap: on
line diff
--- a/lmlm4.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/lmlm4.c	Tue Jun 03 16:20:54 2008 +0000
@@ -118,7 +118,7 @@
 
 AVInputFormat lmlm4_demuxer = {
     "lmlm4",
-    "lmlm4 raw format",
+    NULL_IF_CONFIG_SMALL("lmlm4 raw format"),
     0,
     lmlm4_probe,
     lmlm4_read_header,