summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-15 12:56:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-15 12:56:09 +0000
commitda3eec542c68ca1e200c7ed91f6431a2e86a5392 (patch)
tree3ca2eafe0bf8575920238670041062c2fc91b25e /help
parent4e09a179df802e4f7ba337f56f8e7dc9d74972e6 (diff)
downloadmpv-da3eec542c68ca1e200c7ed91f6431a2e86a5392.tar.bz2
mpv-da3eec542c68ca1e200c7ed91f6431a2e86a5392.tar.xz
Remove pointless HELP_MP_DEFINE_STATIC definition.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27068 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index e0357cd160..0aeeea0fda 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -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"