summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
commit12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda (patch)
treed5a615c30e728df15c8117635e89be5f15b560ed /HISTORY
parentb49df33917938bac6b57d7a122133cbe0b6b3d39 (diff)
downloadvdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.gz
vdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.bz2
Removed DVBDIR from Makefile; it's now defined in Make.config if necessary
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 99746a95..1c8f1b9c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4528,3 +4528,10 @@ Video Disk Recorder Revision History
from Peter Dittmann). See PLUGINS.html for details.
- Fixed setting the 'Delta' parameter when calling the shutdown script with
no active timer (reported by Helge Lenz).
+- In order to make sure that plugins are compiled with the same DVB driver header
+ files as VDR itself, the definition of DVBDIR has been removed from the VDR
+ Makefile. If you are using a driver version that has its header files at a location
+ other than /usr/include/linux/dvb, you can define DVBDIR in the Make.config
+ file (see also INSTALL). Any reference to DVBDIR should be removed from all
+ plugins' Makefiles. Thanks to Marco Schlüßler for pointing out this problem.
+