diff options
author | Andreas Mair <andreas@vdr-developer.org> | 2010-05-29 16:49:55 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2010-05-29 16:49:55 +0200 |
commit | 1fda8cf45d61fac1d03a7381625f73e8e8909e4b (patch) | |
tree | 4911b0cb3844df49abdd4c3c9d13801a4a9ce717 /Makefile | |
parent | 916da87bf4b739215aa921cda97a36b816e5ba41 (diff) | |
download | vdr-plugin-extrecmenu-1fda8cf45d61fac1d03a7381625f73e8e8909e4b.tar.gz vdr-plugin-extrecmenu-1fda8cf45d61fac1d03a7381625f73e8e8909e4b.tar.bz2 |
Version 1.2-test1-am3v1.2-test1-am3
- Support new reccmds.conf file as introduced in VDR v1.7.12.
- Edit lifetime and priority only for PES recordings.
- include Make.global.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ VDRDIR = ../../.. LIBDIR = ../../lib TMPDIR = /tmp +### Make sure that necessary options are included: + +-include $(VDRDIR)/Make.global + ### Allow user defined options to overwrite defaults: -include $(VDRDIR)/Make.config |