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:
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