diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-02 15:04:56 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-11-02 15:04:56 +0100 |
commit | d8523b0db8adf0559040834487e5371c525132cb (patch) | |
tree | e6a8eab249d3de3487aca01df7eae14534a503aa /CONTRIBUTORS | |
parent | d74dd7a60a3ea3ca563fd307885d6d4b571d9a2f (diff) | |
download | vdr-d8523b0db8adf0559040834487e5371c525132cb.tar.gz vdr-d8523b0db8adf0559040834487e5371c525132cb.tar.bz2 |
The macros used to control deprecated code or functions have been changed to hold numeric values; the default for DEPRECATED_VDR_CHARSET_OVERRIDE has been set to 0
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 34d71abc..4ab280a9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3446,6 +3446,9 @@ Jasmin Jessich <jasmin@anw.at> for suggesting to use $(Q) to control Makefile verbosity for adding handling DEBUG to the Make.config.template file, in order to control code optimization + for suggesting to change the macros used to control deprecated code or functions + to numeric values (0 and 1), so that they can be controlled at compile time, without + having to edit the actual source code Martin Schirrmacher <schirrmie@gmail.com> for suggesting to provide a way for skin plugins to get informed about the currently |