[Vorbis-dev] How do I start using Vorbis Codec?

Gregory Maxwell gmaxwell at gmail.com
Sat Sep 12 05:41:26 PDT 2009


On Sat, Sep 12, 2009 at 8:19 AM, Niranjan Udipi <ucniranjan at gmail.com> wrote:
> Hi,
>
>    In the file 'mdct.c', I see a construct 'STIN' as in: STIN void
> mdct_butterfly_16(DATA_TYPE *x){, what is it?
>    I could build the code without that construct. What does that imply?

When you encounter something strange in front of a prototype in C code
it is usually a define. If it is blocking your built it was probably
intended to be configured by the build system. You should grep the
header files and the build scripts to locate its definition.


More information about the Vorbis-dev mailing list