diff options
| author | Tobias Grimm <tobias@e-tobi.loc> | 2009-04-24 02:14:20 +0200 |
|---|---|---|
| committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-04-25 22:37:53 +0200 |
| commit | 335a8b8ff6c11592da22b57e6d9d1c2e290094f0 (patch) | |
| tree | 052c152c92c016a0fe8399a1e3e9e107bb6de63d /Makefile | |
| parent | 5c73633de1e22b61fa4c7d58285ce10232ab5d7f (diff) | |
| download | vdr-plugin-ttxtsubs-335a8b8ff6c11592da22b57e6d9d1c2e290094f0.tar.gz vdr-plugin-ttxtsubs-335a8b8ff6c11592da22b57e6d9d1c2e290094f0.tar.bz2 | |
Dropped cTtxtsubsRecorder - not required for VDR 1.7.5 with TS recordings anymore
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): OBJS = $(PLUGIN).o ttxtsubsdisplayer.o ttxtsubsdisplay.o teletext.o siinfo.o \ - ttxtsubsfilter.o ttxtsubsrecorder.o ttxtsubsreceiver.o \ + ttxtsubsfilter.o ttxtsubsreceiver.o \ ttxtsubspagemenu.o ttxtsubschannelsettings.o ### Implicit rules: |
