[MPlayer-DOCS] r27068 - in trunk: help/help_mp-en.h mplayer.c

diego subversion at mplayerhq.hu
Sun Jun 15 14:56:09 CEST 2008


Author: diego
Date: Sun Jun 15 14:56:09 2008
New Revision: 27068

Log:
Remove pointless HELP_MP_DEFINE_STATIC definition.


Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/mplayer.c

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	(original)
+++ trunk/help/help_mp-en.h	Sun Jun 15 14:56:09 2008
@@ -12,7 +12,6 @@
 
 // ========================= MPlayer help ===========================
 
-#ifdef HELP_MP_DEFINE_STATIC
 static char help_text[]=
 "Usage:   mplayer [options] [url|path/]filename\n"
 "\n"
@@ -52,7 +51,7 @@ static char help_text[]=
 "\n"
 " * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"
 "\n";
-#endif
+
 
 // libmpcodecs/ad_dvdpcm.c:
 #define MSGTR_SamplesWanted "Samples of this format are needed to improve support. Please contact the developers.\n"



More information about the MPlayer-DOCS mailing list