diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 11:02:42 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 11:02:42 +0100 |
commit | e2bcda13cdbcaa85f8b7462977b946b095c8b24a (patch) | |
tree | 6ab1d92cd0a324481b2259d910e68bba707c1f2e /Makefile | |
parent | e5d1aacca2020e63dbaf320ba8b1de61746ad410 (diff) | |
download | vdr-plugin-ttxtsubs-0.0.5pre2.tar.gz vdr-plugin-ttxtsubs-0.0.5pre2.tar.bz2 |
- New featuresv0.0.5pre2
- Text colours can be set and row spacing can be adjusted.
(The usual semitransparent "background" colour appearently
doesn't work with the ElchiAIO patch, don't know why.)
Thanks to Rolf Ahrenberg for the patch!
- ttxtsubs menus can now be translated to different languages.
Thanks to Rolf Ahrenberg for the patch!
English, Finnish and Swedish now included, others are welcome!
- Bugs fixed:
- Information for channels with no teletext at all is now cached
too, making channel switches to such channels faster.
- Note:
- The VDR 1.2.x patch "VDR.patch" is the same as in ttxtsubs 0.0.4b,
and the 0.0.4 and 0.0.3d patch should work equally well - there is
no need to repatch if you previously used any of those.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.19 2004/03/01 04:41:13 ragge Exp ragge $ +# $Id: Makefile,v 1.21 2004/03/02 01:08:45 ragge Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -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 ttxtsubsrecorder.o ttxtsubsreceiver.o ttxtsubsi18n.o SOURCEFILES = *.c *.h [A-Z]???* |