Author: diego Date: Sun Jun 15 15:37:44 2008 New Revision: 27071 Log: Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like ./help_mp.h:21: warning: 'help_text' defined but not used
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 15:37:44 2008 @@ -12,6 +12,7 @@ // ========================= MPlayer help =========================== +#ifdef HELP_MP_DEFINE_STATIC static char help_text[]= "Usage: mplayer [options] [url|path/]filename\n" "\n" @@ -51,7 +52,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" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
