From 8b5efd6455370c02211f9fec2a3dbb74f5d0fcbc Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 25 Oct 2011 07:05:47 +0300 Subject: libmenu: remove OSD menu functionality (--menu) Something like the OSD menu functionality could be useful. However the current implementation has several problems and would require a relatively large amount of work to get into good shape. As far as I know there are few users of the existing functionality. Nobody is working on the existing code and keeping it compiling at all while changing other code would require extra work. So delete the menu code and some related code elsewhere that's used by nothing else. --- Makefile | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0a6edb51f..6013ca3c88 100644 --- a/Makefile +++ b/Makefile @@ -466,18 +466,6 @@ SRCS_MPLAYER-$(JOYSTICK) += input/joystick.c SRCS_MPLAYER-$(JPEG) += libvo/vo_jpeg.c SRCS_MPLAYER-$(KAI) += libao2/ao_kai.c SRCS_MPLAYER-$(KVA) += libvo/vo_kva.c -SRCS_MPLAYER-$(LIBMENU) += libmenu/menu.c \ - libmenu/menu_chapsel.c \ - libmenu/menu_cmdlist.c \ - libmenu/menu_console.c \ - libmenu/menu_filesel.c \ - libmenu/menu_list.c \ - libmenu/menu_param.c \ - libmenu/menu_pt.c \ - libmenu/menu_txt.c \ - libmenu/vf_menu.c \ - -SRCS_MPLAYER-$(LIBMENU_DVBIN) += libmenu/menu_dvbin.c SRCS_MPLAYER-$(LIRC) += input/lirc.c SRCS_MPLAYER-$(MD5SUM) += libvo/vo_md5sum.c SRCS_MPLAYER-$(MGA) += libvo/vo_mga.c @@ -555,7 +543,6 @@ DIRS = . \ libdvdnav \ libdvdnav/vm \ libdvdread4 \ - libmenu \ libmpcodecs \ libmpcodecs/native \ libmpdemux \ -- cgit v1.2.3