summaryrefslogtreecommitdiffstats
path: root/command.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-30 18:07:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-30 18:07:19 +0000
commit6138ec05eb7ae0ffcbdad73042cdb2cf445f4286 (patch)
tree5aa23045f5841a0695d9e916fe66b5aec6753aed /command.c
parente3afb4b2de847d2eda9e6b0a8e07ab3e3abd2737 (diff)
downloadmpv-6138ec05eb7ae0ffcbdad73042cdb2cf445f4286.tar.bz2
mpv-6138ec05eb7ae0ffcbdad73042cdb2cf445f4286.tar.xz
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27377 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'command.c')
-rw-r--r--command.c4
1 files changed, 2 insertions, 2 deletions
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