From f6c1d48ce4819c90375753e30e81e864ad2426f8 Mon Sep 17 00:00:00 2001 From: Maniac Date: Sat, 4 Jul 2015 11:18:15 +0200 Subject: during playback show an option menu if the main menu entry is selected or key blue is pressed --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83c5536..9ab30e1 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ TMPDIR ?= /tmp export CFLAGS = $(call PKGCFG,cflags) export CXXFLAGS = $(call PKGCFG,cxxflags) +export CXXFLAGS += -Wno-switch ### The version number of VDR's plugin API: @@ -73,7 +74,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE $(CONFIG) \ ### The object files (add further files here): -OBJS = $(PLUGIN).o config.o control.o filebrowser.o osd.o player.o playmenu.o setup.o status.o +OBJS = $(PLUGIN).o config.o control.o filebrowser.o menu_options.o osd.o player.o playmenu.o setup.o status.o ### The main target: -- cgit v1.2.3