From 6138ec05eb7ae0ffcbdad73042cdb2cf445f4286 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 30 Jul 2008 18:07:19 +0000 Subject: Rename preprocessor directive HAVE_MENU --> CONFIG_MENU. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27377 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index 2aba3dd474..e7182d3709 100644 --- a/command.c +++ b/command.c @@ -50,7 +50,7 @@ #include "libass/ass.h" #include "libass/ass_mp.h" #endif -#ifdef HAVE_MENU +#ifdef CONFIG_MENU #include "m_struct.h" #include "libmenu/menu.h" #endif @@ -3124,7 +3124,7 @@ int run_command(MPContext * mpctx, mp_cmd_t * cmd) "Selected button number %d", button); } #endif -#ifdef HAVE_MENU +#ifdef CONFIG_MENU if (use_menu && dx >= 0.0 && dy >= 0.0) menu_update_mouse_pos(dx, dy); #endif -- cgit v1.2.3