From 3277a4682c04dad6ba50280c388f1b37c8ffe8db Mon Sep 17 00:00:00 2001 From: drowe67 Date: Mon, 23 Apr 2012 22:01:31 +0000 Subject: [PATCH] removed use of M_PI due to compatability issues with MSVC git-svn-id: https://svn.code.sf.net/p/freetel/code@376 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2-dev/src/quantise.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codec2-dev/src/quantise.c b/codec2-dev/src/quantise.c index 6567d571..8699dd33 100644 --- a/codec2-dev/src/quantise.c +++ b/codec2-dev/src/quantise.c @@ -410,7 +410,7 @@ void compute_weights(const float *x, float *w, int ndim) w[0] = MIN(x[0], x[1]-x[0]); for (i=1;i