mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Changed the template for PLGCFG to $(CONFDIR)/plugins.mk
This commit is contained in:
parent
7d181c2e35
commit
a353b544cd
@ -2003,6 +2003,7 @@ Ville Skytt
|
|||||||
for adding '-p' to the cp command in the install-conf target of the Makefile
|
for adding '-p' to the cp command in the install-conf target of the Makefile
|
||||||
for reporting that some special characters are dropped by Doxygen and thus need to
|
for reporting that some special characters are dropped by Doxygen and thus need to
|
||||||
be escaped
|
be escaped
|
||||||
|
for changing the template for PLGCFG to $(CONFDIR)/plugins.mk
|
||||||
|
|
||||||
Steffen Beyer <cpunk@reactor.de>
|
Steffen Beyer <cpunk@reactor.de>
|
||||||
for fixing setting the colored button help after deleting a recording in case the next
|
for fixing setting the colored button help after deleting a recording in case the next
|
||||||
|
1
HISTORY
1
HISTORY
@ -7653,3 +7653,4 @@ Video Disk Recorder Revision History
|
|||||||
the system time is changed after VDR has been started (thanks to Udo Richter, reported
|
the system time is changed after VDR has been started (thanks to Udo Richter, reported
|
||||||
by Sören Moch).
|
by Sören Moch).
|
||||||
- Updated the Czech OSD texts (thanks to Ales Jurik).
|
- Updated the Czech OSD texts (thanks to Ales Jurik).
|
||||||
|
- Changed the template for PLGCFG to $(CONFDIR)/plugins.mk (thanks to Ville Skyttä).
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
# See the main source file 'vdr.c' for copyright information and
|
# See the main source file 'vdr.c' for copyright information and
|
||||||
# how to reach the author.
|
# how to reach the author.
|
||||||
#
|
#
|
||||||
# $Id: Make.config.template 2.18 2013/02/08 10:31:38 kls Exp $
|
# $Id: Make.config.template 2.19 2013/02/18 10:55:39 kls Exp $
|
||||||
|
|
||||||
### The C compiler and options:
|
### The C compiler and options:
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ endif
|
|||||||
|
|
||||||
# Use this if you want to have a central place where you configure compile time
|
# Use this if you want to have a central place where you configure compile time
|
||||||
# parameters for plugins:
|
# parameters for plugins:
|
||||||
#PLGCFG = $(CONFDIR)/plugins.conf
|
#PLGCFG = $(CONFDIR)/plugins.mk
|
||||||
|
|
||||||
### The remote control:
|
### The remote control:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user