summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:04:46 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 11:04:46 +0100
commit87ba3eb8ae4a256b7cea63748cef013e3fa23193 (patch)
treebb42479f29b5ca69ee8a22832894b74bb8f87c03 /Makefile
parente2bcda13cdbcaa85f8b7462977b946b095c8b24a (diff)
downloadvdr-plugin-ttxtsubs-release/v0.0.5.tar.gz
vdr-plugin-ttxtsubs-release/v0.0.5.tar.bz2
This version is intended for VDR 1.2.6. There is a patch for VDR 1.3.5 included. It may or may not work with later VDR versions. Also see Rolf's patch in the contrib directory. This may be the last version for VDR 1.2.x, as I hope to start turning my attention to VDR 1.3.x now. - New features: - Italian translation, thanks to Sean Carlos - French translation, thanks to Stéphane Esté-Gracias - German translation, thanks to Tobias Grimm - Another ElchiAIO fix, thanks to Rolf Ahrenberg - Added a "contrib" directory with a VDR 1.3.8 test patch from Rolf Ahrenberg - Added a TROUBLESHOOTING document because of reports from Germany that ttxtsubs doesn't work there. It seems that most German channels on the birds at 19.2E don't announce the subtitles in their Service Information. Please see the document for further info. - Bugs fixed: - Corrected (again!) national charset selection bit swapping, there was a typo in the fix in 0.0.5pre1.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3048f5..d901842 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.21 2004/03/02 01:08:45 ragge Exp $
+# $Id: Makefile,v 1.22 2004/05/31 19:26:05 ragge Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -50,7 +50,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
OBJS = $(PLUGIN).o ttxtsubsdisplayer.o ttxtsubsdisplay.o teletext.o siinfo.o \
ttxtsubsfilter.o ttxtsubsrecorder.o ttxtsubsreceiver.o ttxtsubsi18n.o
-SOURCEFILES = *.c *.h [A-Z]???*
+SOURCEFILES = *.c *.h [A-Z]???* contrib
### Implicit rules: