Hi JM, When porting my project to the Mac, I found that the definition for "celt_int16" and "celt_uint16" are wrong for the MacOS X Framework in celt_types.h, and need to be changed to "int16_t" and "u_int16_t" respectively. Just thought you ought to know. John Ridges
Jean-Marc Valin
2010-Sep-13 15:24 UTC
[CELT-dev] Small mistake in celt_types.h for MacOS X
Hi John, Thanks for pointing this out. It's fixed now. Jean-Marc John Ridges <jridges at masque.com> a ?crit?:> Hi JM, > > When porting my project to the Mac, I found that the definition for > "celt_int16" and "celt_uint16" are wrong for the MacOS X Framework in > celt_types.h, and need to be changed to "int16_t" and "u_int16_t" > respectively. Just thought you ought to know. > > John Ridges > > > _______________________________________________ > celt-dev mailing list > celt-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/celt-dev > >