diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,7 @@ VDR Plugin 'ttxtsubs' Revision History - Trigger OSD update when an empty page is sent (making the previous subtitle disappear) (Closes #275) - French translation updated by Michaƫl Nival (Closes #278) +- Makefile adjustments for VDR 1.7.13. 2010-02-27: Version 0.2.0 - Add Ukrainian translation by Yarema aka Knedlyk (Closes #130) @@ -25,6 +25,10 @@ VDRDIR = ../../.. LIBDIR = ../../lib TMPDIR = /tmp +### Make sure that necessary options are included (VDR >= 1.7.13): + +-include $(VDRDIR)/Make.global + ### Allow user defined options to overwrite defaults: -include $(VDRDIR)/Make.config |