From 9dbd953cc239afaf833b977a42f78420ec0fe45a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 1 Jan 2014 14:26:26 +0100 Subject: Eliminated MAXDVBDEVICES --- HISTORY | 1 + 1 file changed, 1 insertion(+) (limited to 'HISTORY') 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). -- cgit v1.2.3