Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given when doing make

This commit is contained in:
Klaus Schmidinger
2020-06-27 09:13:04 +02:00
parent 3cc0abf6ea
commit 488a13543e
3 changed files with 7 additions and 2 deletions

View File

@@ -9453,7 +9453,7 @@ Video Disk Recorder Revision History
The version numbers (both VDRVERSNUM and APIVERSNUM) have been bumped to 2.4.2, so
that plugins can detect the presence of the new cControl::Control().
2020-06-25: Version 2.4.3
2020-06-27: Version 2.4.3
- Added a missing '-D' to the 'plugins' target of the Makefile (thanks to Johann
Friedrichs).
@@ -9488,3 +9488,5 @@ Video Disk Recorder Revision History
- Added a comment about the semantics of cTimeMs::Set().
- Adjusted device selection in GetDeviceForTransponder() to that in GetDevice() (thanks
to Helmut Binder).
- Now adding CPPFLAGS to CXXFLAGS to allow extra preprocessor flags to be given when
doing make (suggested by Tobisa Grimm).