Gents, Where might I find the Fixed Point switch for the Silk portion of Opus 1.0.1? I have generated a config.h file and added #define FIXED_POINT to my project, but still get FLP compile errors in the Silk files. Thx, MikeH -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20120821/f1c2327a/attachment.htm
On 21/08/12 10:15 AM, Mike Hooper wrote:> Where might I find the Fixed Point switch for the Silk portion of Opus > 1.0.1? I have generated a config.h file and added #define FIXED_POINT to > my project, but still get FLP compile errors in the Silk files.In addition to defining FIXED_POINT, make sure you're compile the source files from silk/fixed/ instead of silk/float/. See the SILK_SOURCES_FIXED section of silk_source.mk for the specific list of files. -r