summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManiac <na@na.na>2015-07-04 11:18:15 +0200
committerManiac <na@na.na>2015-07-04 11:18:15 +0200
commitf6c1d48ce4819c90375753e30e81e864ad2426f8 (patch)
tree02b75a654f16fc6718a7727de19bd27bd9288e87 /Makefile
parent235c306133eef004fda9169036f8d68fda5a894a (diff)
downloadvdr-plugin-mpv-f6c1d48ce4819c90375753e30e81e864ad2426f8.tar.gz
vdr-plugin-mpv-f6c1d48ce4819c90375753e30e81e864ad2426f8.tar.bz2
during playback show an option menu if the main menu entry is selected
or key blue is pressed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: