summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-01 14:26:26 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-01 14:26:26 +0100
commit9dbd953cc239afaf833b977a42f78420ec0fe45a (patch)
treec6348e771215a57c064da7f16474b17f84ed8630 /HISTORY
parentea613e6b2651bedacce9413df0a9e3c80afb6c1c (diff)
downloadvdr-9dbd953cc239afaf833b977a42f78420ec0fe45a.tar.gz
vdr-9dbd953cc239afaf833b977a42f78420ec0fe45a.tar.bz2
Eliminated MAXDVBDEVICES
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2ca003fc..3519fde6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8109,3 +8109,4 @@ Video Disk Recorder Revision History
Plugin authors may want to apply the following change to their Makefile:
-PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell pkg-config --variable=$(1) vdr || pkg-config --variable=$(1) ../../../vdr.pc))
+PKGCFG = $(if $(VDRDIR),$(shell pkg-config --variable=$(1) $(VDRDIR)/vdr.pc),$(shell PKG_CONFIG_PATH="$$PKG_CONFIG_PATH:../../.." pkg-config --variable=$(1) vdr))
+- Eliminated MAXDVBDEVICES (suggested by Oliver Endriss).