Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon <ron@debian.org>2014-07-02 06:46:46 +0400
committerRon <ron@debian.org>2014-07-02 06:46:46 +0400
commit2721dca6498436ac100cff49c52481321cb21c3d (patch)
tree04eb57070716d386daef461016150e829ec54201 /libspeexdsp
parentbbe7e0997daaa9512c6acd6522adfd5e3ccc81bf (diff)
Make M_PI the same as what math.h defines it as
Since the math.h one is what most systems will use anyway.
Diffstat (limited to 'libspeexdsp')
-rw-r--r--libspeexdsp/resample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeexdsp/resample.c b/libspeexdsp/resample.c
index aa0d9a0..2edb5b6 100644
--- a/libspeexdsp/resample.c
+++ b/libspeexdsp/resample.c
@@ -79,7 +79,7 @@ static void speex_free (void *ptr) {free(ptr);}
#include <math.h>
#ifndef M_PI
-#define M_PI 3.14159263
+#define M_PI 3.14159265358979323846
#endif
#ifdef FIXED_POINT