mirror of https://github.com/mpv-player/mpv
Make big gui_opts array const
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25738 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
003ffcfe79
commit
de66cc47fa
|
@ -85,7 +85,7 @@ extern int stop_xscreensaver;
|
|||
extern int m_config_parse_config_file(m_config_t* config, char *conffile);
|
||||
|
||||
static m_config_t * gui_conf;
|
||||
static m_option_t gui_opts[] =
|
||||
static const m_option_t gui_opts[] =
|
||||
{
|
||||
{ "enable_audio_equ",>kEnableAudioEqualizer,CONF_TYPE_FLAG,0,0,1,NULL },
|
||||
|
||||
|
|
Loading…
Reference in New Issue