diff electronicarts.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 fb5f48e1956f
children a4fb7b8098c3
line wrap: on
line diff
--- a/electronicarts.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/electronicarts.c	Tue Jun 03 16:20:54 2008 +0000
@@ -465,7 +465,7 @@
 
 AVInputFormat ea_demuxer = {
     "ea",
-    "Electronic Arts Multimedia Format",
+    NULL_IF_CONFIG_SMALL("Electronic Arts Multimedia Format"),
     sizeof(EaDemuxContext),
     ea_probe,
     ea_read_header,