On Wed, Mar 13, 2024 at 12:41:13PM +0100, Lucas Nussbaum wrote:
> > audio/synthesizers.c: In function ‘mpeg3audio_synth_stereo’:
> > audio/synthesizers.c:36:9: error: implicit declaration of function 
> > ‘mpeg3audio_dct64’; did you mean ‘mpeg3audio_dopcm’? 
> > [-Werror=implicit-function-declaration]
> >    36 |         mpeg3audio_dct64(buf[1] + ((audio->bo + 1) & 0xf), buf[0] + 
> > audio->bo, bandPtr);
> >       |         ^~~~~~~~~~~~~~~~
> >       |         mpeg3audio_dopcm
mpeg3audio_dct64() is defined in audio/dct.c and there is no header with
its prototype.

-- 
WBR, wRAR

Attachment: signature.asc
Description: PGP signature

Reply via email to