summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2012-03-06 20:13:44 +0100
committerChristian Wieninger <cwieninger@gmx.de>2012-03-06 20:13:44 +0100
commitf38710a413d35eaad42a46af97c04edc6574827d (patch)
treed083e6850ae895990301d1f65be96aa49b177335 /Makefile
parent15d08ffb09de612ae1eb53b2aeca2f906f7076a6 (diff)
downloadvdr-plugin-epgsearch-f38710a413d35eaad42a46af97c04edc6574827d.tar.gz
vdr-plugin-epgsearch-f38710a413d35eaad42a46af97c04edc6574827d.tar.bz2
Feature #857, thanks to 'KeineAhnung' for providing a patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4a72b41..e825194 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,18 @@ ifdef DEBUG_CONFL
DEFINES += -DDEBUG_CONFL
endif
+ifdef PLUGIN_EPGSEARCH_MAX_SUBTITLE_LENGTH
+DEFINES += -DMAX_SUBTITLE_LENGTH='$(PLUGIN_EPGSEARCH_MAX_SUBTITLE_LENGTH)'
+endif
+
+### length of the filling '-' in the channel separators, defaults to
+### "----------------------------------------"
+### overwrite this with PLUGIN_EPGSEARCH_SEPP_ITEMS=--- in your Make.config
+### to avoid problems with graphtft
+ifdef PLUGIN_EPGSEARCH_SEPP_ITEMS
+DEFINES += -DMENU_SEPPERATOR_ITEMS='"$(PLUGIN_EPGSEARCH_SEPP_ITEMS)"'
+endif
+
OBJS2 = mainmenushortcut.o epgsearchonly.o
LIBS2 =