mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
No discrimination against systems which don't have a PI define
This commit is contained in:
parent
f814e68e30
commit
81542d20aa
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#ifndef PI
|
||||
#define PI (3.14159265358979232846)
|
||||
#define PI (3.14159265358979323846)
|
||||
#endif
|
||||
|
||||
TonalEstimator::TonalEstimator()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue