Re: [PATCH speexdsp] Don't rely on HAVE_STDINT_H et al. being defined
Tristan Matthews <[email protected]> Sun, 5 Jul 2015 13:31:36 -0400
| Newsgroups | gmane.comp.audio.compression.speex.devel |
|---|---|
| Message-ID | <CAN8HRDkQ6StauQAwjSmhEe5Ry5Vq_NNSt9YZOqdNWgSgUtcABw@mail.gmail.com> |
On Sun, Jul 5, 2015 at 11:10 AM, Tanu Kaskinen <[email protected]> wrote: > From: Tanu Kaskinen <[email protected]> > > Not everyone who includes speexdsp_config_types.h will have a test > which defines those, and if we've chosen to use the stdint types at > configure time then we know exactly which header(s) are available, so > just choose the best one then and generate the header to use it. > > This patch, including the above text, is copied from a commit in the > speex repository[1]. The original commit for speex was made by Ron > <[email protected]>. Merged, thanks. Best, Tristan