From e854a717e272246735a510e048ace94165ee55b9 Mon Sep 17 00:00:00 2001 From: Shohei Urabe Date: Tue, 2 Nov 2004 23:55:16 +0000 Subject: [PATCH] disable PRECALC_LOOPS --- ChangeLog | 5 +++++ timidity/resample.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cdf39eb7..38a93fc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-03 URABE Shyouhei + + * timidity/resample.c (rs_vib_bidir): disable PRECALC_LOOPS for + this function + 2004-11-03 Henrique de Moraes Holschuh * timidity/aRts_a.c: disable aRts auto-detection to avoid diff --git a/timidity/resample.c b/timidity/resample.c index dbe70557..6f9bb7e4 100644 --- a/timidity/resample.c +++ b/timidity/resample.c @@ -1061,7 +1061,7 @@ static resample_t *rs_vib_bidir(Voice *vp, int32 count) int32 incr = vp->sample_increment; resample_rec_t resrc; -#ifdef PRECALC_LOOPS +#if 0 /*def PRECALC_LOOPS*/ #if SAMPLE_LENGTH_BITS == 32 int32 #else -- 2.11.0