diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-01 14:26:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-01-01 14:26:26 +0100 |
commit | 9dbd953cc239afaf833b977a42f78420ec0fe45a (patch) | |
tree | c6348e771215a57c064da7f16474b17f84ed8630 /HISTORY | |
parent | ea613e6b2651bedacce9413df0a9e3c80afb6c1c (diff) | |
download | vdr-9dbd953cc239afaf833b977a42f78420ec0fe45a.tar.gz vdr-9dbd953cc239afaf833b977a42f78420ec0fe45a.tar.bz2 |
Eliminated MAXDVBDEVICES
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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). |