summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <git@e-tobi.net>2010-04-19 01:58:36 +0200
committerTobias Grimm <git@e-tobi.net>2010-04-19 02:01:09 +0200
commit79829f7f63e9008e4ef38cba3805f86cb4b4e28d (patch)
tree944a517a68ee2e8b8f317bacfea9574edc6228f7 /Makefile
parent5bdbed2e4f7b26a42261ff3640daf792d40fd1c9 (diff)
downloadvdr-plugin-ttxtsubs-79829f7f63e9008e4ef38cba3805f86cb4b4e28d.tar.gz
vdr-plugin-ttxtsubs-79829f7f63e9008e4ef38cba3805f86cb4b4e28d.tar.bz2
For live tv in non-transfer mode use a cReceiver
With a FF card, when the card is not in transfer mode, in order to get the Tpid data, a cReceiver mus be used.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f879562..a093705 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
OBJS = $(PLUGIN).o ttxtsubsdisplayer.o ttxtsubsdisplay.o teletext.o \
- ttxtsubspagemenu.o ttxtsubschannelsettings.o
+ ttxtsubspagemenu.o ttxtsubschannelsettings.o ttxtsubslivereceiver.o
### Implicit rules:
.PHONY: all all-redirect