diff wc3movie.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 b74cbb146e2d
children 1d3d17de20ba
line wrap: on
line diff
--- a/wc3movie.c	Tue Jun 03 15:19:43 2008 +0000
+++ b/wc3movie.c	Tue Jun 03 16:20:54 2008 +0000
@@ -385,7 +385,7 @@
 
 AVInputFormat wc3_demuxer = {
     "wc3movie",
-    "Wing Commander III movie format",
+    NULL_IF_CONFIG_SMALL("Wing Commander III movie format"),
     sizeof(Wc3DemuxContext),
     wc3_probe,
     wc3_read_header,