OSDN Git Service

disable PRECALC_LOOPS
authorShohei Urabe <root@mput.dip.jp>
Tue, 2 Nov 2004 23:55:16 +0000 (23:55 +0000)
committerShohei Urabe <root@mput.dip.jp>
Tue, 2 Nov 2004 23:55:16 +0000 (23:55 +0000)
ChangeLog
timidity/resample.c

index cdf39eb..38a93fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-03  URABE Shyouhei  <shyouhei@ice.uec.ac.jp>
+
+       * timidity/resample.c (rs_vib_bidir): disable PRECALC_LOOPS for
+         this function
+
 2004-11-03  Henrique de Moraes Holschuh <hmh@debian.org>
 
        * timidity/aRts_a.c: disable aRts auto-detection to avoid
index dbe7055..6f9bb7e 100644 (file)
@@ -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