X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2Faudio%2Fsynthesizers.C;h=69c1b1c51dc1e0b8cf8441a63c1a159d8cde2495;hp=d22d4c16c73a129292fcd4fc6f2d379313440f26;hb=9058f65f71aafbeab023657be0f6b84b629b70c4;hpb=62ba04ea5b57d760bb66b65d533598cde044b685 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;