mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Eliminated MAXDVBDEVICES
This commit is contained in:
1
HISTORY
1
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).
|
||||
|
Reference in New Issue
Block a user