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

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mdct-test.c')
-rw-r--r--tests/mdct-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/mdct-test.c b/tests/mdct-test.c
index 892c27a..cd6acae 100644
--- a/tests/mdct-test.c
+++ b/tests/mdct-test.c
@@ -6,6 +6,10 @@
#include "mdct.h"
#include "stack_alloc.h"
+#ifndef M_PI
+#define M_PI 3.141592653
+#endif
+
int ret = 0;
void check(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse)
{