mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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
This commit is contained in:
parent
9c9ed25b2e
commit
ca8d41adb5
@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
// ========================= MPlayer help ===========================
|
// ========================= MPlayer help ===========================
|
||||||
|
|
||||||
|
#ifdef HELP_MP_DEFINE_STATIC
|
||||||
static char help_text[]=
|
static char help_text[]=
|
||||||
"Usage: mplayer [options] [url|path/]filename\n"
|
"Usage: mplayer [options] [url|path/]filename\n"
|
||||||
"\n"
|
"\n"
|
||||||
@ -51,7 +52,7 @@ static char help_text[]=
|
|||||||
"\n"
|
"\n"
|
||||||
" * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"
|
" * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"
|
||||||
"\n";
|
"\n";
|
||||||
|
#endif
|
||||||
|
|
||||||
// libmpcodecs/ad_dvdpcm.c:
|
// libmpcodecs/ad_dvdpcm.c:
|
||||||
#define MSGTR_SamplesWanted "Samples of this format are needed to improve support. Please contact the developers.\n"
|
#define MSGTR_SamplesWanted "Samples of this format are needed to improve support. Please contact the developers.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user