Mercurial > mplayer.hg
diff Makefile @ 26402:08117784bc9e
Add Makefile variable for DVB OSD menu, saves one ifeq.
author | diego |
---|---|
date | Sun, 13 Apr 2008 10:44:21 +0000 |
parents | de755fff9d74 |
children | 2deb4c25db1c |
line wrap: on
line diff
--- a/Makefile Sun Apr 13 10:23:54 2008 +0000 +++ b/Makefile Sun Apr 13 10:44:21 2008 +0000 @@ -98,9 +98,6 @@ input/input.c \ SRCS_MPLAYER-$(APPLE_REMOTE) += input/ar.c -ifeq ($(LIBMENU), yes) -SRCS_MPLAYER-$(DVBIN) += libmenu/menu_dvbin.c -endif SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ gui/bitmap.c \ gui/cfg.c \ @@ -150,6 +147,7 @@ libmenu/menu_txt.c \ libmenu/vf_menu.c \ +SRCS_MPLAYER-$(LIBMENU_DVBIN) += libmenu/menu_dvbin.c SRCS_MPLAYER-$(LIRC) += input/lirc.c OBJS_MPLAYER-$(PE_EXECUTABLE) += osdep/mplayer-rc.o