X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2Faudio%2Fsynthesizers.C;h=69c1b1c51dc1e0b8cf8441a63c1a159d8cde2495;hb=7cec2a82e63b4cbd8ce58fd98bd66eb4e7f2e826;hp=d22d4c16c73a129292fcd4fc6f2d379313440f26;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/libzmpeg3/audio/synthesizers.C b/cinelerra-5.1/libzmpeg3/audio/synthesizers.C index d22d4c16..69c1b1c5 100644 --- a/cinelerra-5.1/libzmpeg3/audio/synthesizers.C +++ b/cinelerra-5.1/libzmpeg3/audio/synthesizers.C @@ -6,7 +6,7 @@ int zaudio_decoder_layer_t:: synth_stereo(float *bandPtr, int channel, float *out, int *pnt) { float *samples = out + *pnt; - register float sum; + float sum; float *b0, (*buf)[0x110]; int j, bo1;