From: drowe67 Date: Mon, 23 Apr 2012 22:01:31 +0000 (+0000) Subject: removed use of M_PI due to compatability issues with MSVC X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=3277a4682c04dad6ba50280c388f1b37c8ffe8db;p=freetel-svn-tracking.git 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 --- 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