diff options
| author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 21:43:31 +0100 |
|---|---|---|
| committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-13 21:43:31 +0100 |
| commit | 30edd8388fb343416ede4f5dee6a77adf4cce05a (patch) | |
| tree | 704447bd44d65460f2aaccaed9f1d089766d44d5 /Makefile | |
| parent | 3aeab97c74a185ad99a061cf14fdab340ac49b7e (diff) | |
| download | vdr-plugin-ttxtsubs-30edd8388fb343416ede4f5dee6a77adf4cce05a.tar.gz vdr-plugin-ttxtsubs-30edd8388fb343416ede4f5dee6a77adf4cce05a.tar.bz2 | |
switched completely to VDR 1.6's I18N system and removed the old crap - no more support for older VDR versions!
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 ttxtsubsi18n.o \ + ttxtsubsfilter.o ttxtsubsrecorder.o ttxtsubsreceiver.o \ ttxtsubspagemenu.o ttxtsubschannelsettings.o SOURCEFILES = *.c *.h [A-Z]???* contrib |
