summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatti Horila <mhorila@nic.fi>2013-03-06 00:10:09 +0200
committerVille Skyttä <ville.skytta@iki.fi>2013-03-06 00:17:08 +0200
commitf2bc4f5a511de4673e0d2c302c4e5e57600c4b02 (patch)
tree46f07ab6d1fc8ce640573d91d534b1f698390c8f /Makefile
parent615a68e7eb2b82ae9b1d5b4e2d703861cc8584a0 (diff)
downloadvdr-plugin-ttxtsubs-f2bc4f5a511de4673e0d2c302c4e5e57600c4b02.tar.gz
vdr-plugin-ttxtsubs-f2bc4f5a511de4673e0d2c302c4e5e57600c4b02.tar.bz2
Sync subtitles using PTS (Closes #119).
Co-authored-by: Dimitar Petrovski <dimeptr@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b2da50..13c2043 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,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 ttxtsubslivereceiver.o
+ ttxtsubspagemenu.o ttxtsubschannelsettings.o ttxtsubslivereceiver.o ttxtaudio.o
### Implicit rules:
.PHONY: all all-redirect