File vamp-match-plugin-cplusplus.patch of Package vamp-match-plugin
--- a/Matcher.h +++ b/Matcher.h @@ -202,8 +202,8 @@ protected: /** Disable or enable debugging output */ static bool silent; - static const double decay = 0.99; - static const double silenceThreshold = 0.0004; + static constexpr double decay = 0.99; + static constexpr double silenceThreshold = 0.0004; static const int MAX_RUN_COUNT = 3; friend class Finder; //!!!