diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-27 11:58:09 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-27 11:58:09 +0100 |
commit | 28441aded5649e2650b9346f42d559768295651c (patch) | |
tree | 69a612f1f0150c4740597ed611eb5c10dc3be60c /HISTORY | |
parent | 70c4a2d5d518309c7792ace4a9f6603748f39f4a (diff) | |
download | vdr-28441aded5649e2650b9346f42d559768295651c.tar.gz vdr-28441aded5649e2650b9346f42d559768295651c.tar.bz2 |
DVBDIR is now conveyed to plugins via the CFLAGS; removed some redundancy from Make.config.template
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7465,3 +7465,10 @@ Video Disk Recorder Revision History - Making sure that plugins include the VDR header files from the actual VDR source directory when doing "make plugins" (suggested by Christoper Reimer). - Increased the version numbers of all plugins to reflect the recent Makefile changes. +- Removed the lines + ifdef DVBDIR + INCLUDES += -I$(DVBDIR)/include + endif + from the file Make.config.template. If set, DVBDIR is now conveyed to plugins via + the CFLAGS. +- Removed some redundancy from Make.config.template. |