diff options
| author | Christian Wieninger <cwieninger@gmx.de> | 2012-03-06 20:13:44 +0100 |
|---|---|---|
| committer | Christian Wieninger <cwieninger@gmx.de> | 2012-03-06 20:13:44 +0100 |
| commit | f38710a413d35eaad42a46af97c04edc6574827d (patch) | |
| tree | d083e6850ae895990301d1f65be96aa49b177335 /Makefile | |
| parent | 15d08ffb09de612ae1eb53b2aeca2f906f7076a6 (diff) | |
| download | vdr-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-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 = |
