comparison help/help_mp-en.h @ 28825:f872face2b3a

The large -help help_text should be const so it goes into .rodata
author reimar
date Fri, 06 Mar 2009 20:11:23 +0000
parents 5e0b35277554
children 8ee2eb34a851
comparison
equal deleted inserted replaced
28824:f92673eb6683 28825:f872face2b3a
11 11
12 12
13 // ========================= MPlayer help =========================== 13 // ========================= MPlayer help ===========================
14 14
15 #ifdef HELP_MP_DEFINE_STATIC 15 #ifdef HELP_MP_DEFINE_STATIC
16 static char help_text[]= 16 static const char help_text[]=
17 "Usage: mplayer [options] [url|path/]filename\n" 17 "Usage: mplayer [options] [url|path/]filename\n"
18 "\n" 18 "\n"
19 "Basic options: (complete list in the man page)\n" 19 "Basic options: (complete list in the man page)\n"
20 " -vo <drv> select video output driver ('-vo help' for a list)\n" 20 " -vo <drv> select video output driver ('-vo help' for a list)\n"
21 " -ao <drv> select audio output driver ('-ao help' for a list)\n" 21 " -ao <drv> select audio output driver ('-ao help' for a list)\n"