summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-15 13:37:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-15 13:37:44 +0000
commitca8d41adb5e025d05b520492c917a8f69e19f0f9 (patch)
treeeb7ba718a076837253552688c5bb9617cd9ab654 /help
parent9c9ed25b2ef7018dd48b5a577227d072e5e37c9f (diff)
downloadmpv-ca8d41adb5e025d05b520492c917a8f69e19f0f9.tar.bz2
mpv-ca8d41adb5e025d05b520492c917a8f69e19f0f9.tar.xz
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
./help_mp.h:21: warning: 'help_text' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27071 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 631e07e23e..35e7831520 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"