From 2dff72671b38977c04e34d7ed5ffa9afe004eec9 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 2 Sep 2011 02:49:00 +0000 Subject: [PATCH] Ifdef out an unused variable. Corrects a warning on Apple gcc 4.2. svn path=/trunk/vorbis/; revision=18077 --- lib/psy.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/psy.c b/lib/psy.c index 8c6918c..1ca809e 100644 --- a/lib/psy.c +++ b/lib/psy.c @@ -1020,7 +1020,9 @@ void _vp_couple_quantize_normalize(int blobno, int limit = g->coupling_pointlimit[p->vi->blockflag][blobno]; float prepoint=stereo_threshholds[g->coupling_prepointamp[blobno]]; float postpoint=stereo_threshholds[g->coupling_postpointamp[blobno]]; +#if 0 float de=0.1*p->m_val; /* a blend of the AoTuV M2 and M3 code here and below */ +#endif /* mdct is our raw mdct output, floor not removed. */ /* inout passes in the ifloor, passes back quantized result */ -- 2.7.4