From bf6cca4269d005b0ec2e4ec3f7dfda89c6dacfc6 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Thu, 14 Apr 2011 18:17:19 +0200 Subject: Enable VDR cutter by using "EXTRECMENU_USE_VDR_CUTTER = 1" in Make.config. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8789ab3..0430080 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,10 @@ ifdef USE_PINPLUGIN DEFINES += -DUSE_PINPLUGIN endif +ifdef EXTRECMENU_USE_VDR_CUTTER +DEFINES += -DUSE_VDR_CUTTER +endif + ### The version number of VDR's plugin API (taken from VDR's "config.h"): APIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h) -- cgit v1.2.3