From: Jeff W. <we...@ya...> - 2005-04-16 15:47:29
|
Mike's correct. My apologies for not getting a fix out promptly. I'll post one later today. jw Mike Fleetwood wrote: > > Stewart Evans wrote: > >> ...looks like this could be fixed by a simple forward declaration. > > > Heres the fix: > --- biquad.c.orig 2005-01-17 19:39:26.000000000 +0000 > +++ biquad.c 2005-04-16 14:15:14.431766000 +0100 > @@ -48,6 +48,8 @@ > static int filter_type = NOTCH ; > static int feather_width = 20 ; > > +static void load_filter_preferences(void); > + > > void filter_audio(struct sound_prefs *p, long first, long last, int > channel_mask) > { > > Mike |