Re: How do I start using Vorbis Codec?
Gregory Maxwell <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Sep 12, 2009 at 8:19 AM, Niranjan Udipi <[email protected]> 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. _______________________________________________ Vorbis-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/vorbis-dev