comparison help/help_mp-en.h @ 27036:b8d1732266c1

Remove pointless HELP_MP_DEFINE_STATIC definition.
author diego
date Sun, 15 Jun 2008 12:56:09 +0000
parents ed341e70c5a0
children c76be2449e22
comparison
equal deleted inserted replaced
27035:ed341e70c5a0 27036:b8d1732266c1
10 // Do NOT translate the above lines, just follow the instructions. 10 // Do NOT translate the above lines, just follow the instructions.
11 11
12 12
13 // ========================= MPlayer help =========================== 13 // ========================= MPlayer help ===========================
14 14
15 #ifdef HELP_MP_DEFINE_STATIC
16 static char help_text[]= 15 static char help_text[]=
17 "Usage: mplayer [options] [url|path/]filename\n" 16 "Usage: mplayer [options] [url|path/]filename\n"
18 "\n" 17 "\n"
19 "Basic options: (complete list in the man page)\n" 18 "Basic options: (complete list in the man page)\n"
20 " -vo <drv> select video output driver ('-vo help' for a list)\n" 19 " -vo <drv> select video output driver ('-vo help' for a list)\n"
50 " x or z adjust subtitle delay by +/- 0.1 second\n" 49 " x or z adjust subtitle delay by +/- 0.1 second\n"
51 " r or t adjust subtitle position up/down, also see -vf expand\n" 50 " r or t adjust subtitle position up/down, also see -vf expand\n"
52 "\n" 51 "\n"
53 " * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n" 52 " * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n"
54 "\n"; 53 "\n";
55 #endif 54
56 55
57 // libmpcodecs/ad_dvdpcm.c: 56 // libmpcodecs/ad_dvdpcm.c:
58 #define MSGTR_SamplesWanted "Samples of this format are needed to improve support. Please contact the developers.\n" 57 #define MSGTR_SamplesWanted "Samples of this format are needed to improve support. Please contact the developers.\n"
59 58
60 59