diff options
| author | Tobias Grimm <git@e-tobi.net> | 2010-04-19 01:58:36 +0200 |
|---|---|---|
| committer | Tobias Grimm <git@e-tobi.net> | 2010-04-19 02:01:09 +0200 |
| commit | 79829f7f63e9008e4ef38cba3805f86cb4b4e28d (patch) | |
| tree | 944a517a68ee2e8b8f317bacfea9574edc6228f7 /Makefile | |
| parent | 5bdbed2e4f7b26a42261ff3640daf792d40fd1c9 (diff) | |
| download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
