diff options
author | etobi <git@e-tobi.net> | 2010-02-13 00:28:21 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2011-10-01 23:52:36 +0200 |
commit | a87fe8b8dbc21e308d2cd0d3547b77133ac0e149 (patch) | |
tree | fa786fa3acb000e787f1cb05d516dabb2912ad3f /Makefile | |
parent | 9960c81bed0689a397f8a3b9e3de91a3f75e5237 (diff) | |
download | vdr-patches-patches/ttxtsubs-vdr-1.7.21.tar.gz vdr-patches-patches/ttxtsubs-vdr-1.7.21.tar.bz2 |
Ttxtsubs plugin hookpatches/ttxtsubs-vdr-1.7.21
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ OBJS = audio.o channels.o ci.o config.o cutter.o device.o diseqc.o dvbdevice.o d skinclassic.o skins.o skinsttng.o sourceparams.o sources.o spu.o status.o svdrp.o themes.o thread.o\ timers.o tools.o transfer.o vdr.o videodir.o +OBJS += vdrttxtsubshooks.o + ifndef NO_KBD DEFINES += -DREMOTE_KBD endif |