summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 2134d2360f..0774a3f967 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -352,7 +352,7 @@ static vf_info_t* libmenu_vfs[] = {
NULL
};
static vf_instance_t* vf_menu = NULL;
-static int use_menu = 0;
+int use_menu = 0;
static char* menu_cfg = NULL;
static char* menu_root = "main";
#endif