[speex-dev] win32 and fixedpoint release 1.1.5

Alfrédo Moreira alfredo.moreira at neolinks.com
Wed May 26 04:45:31 PDT 2004



I found a compile issue in file "arch.h" for msvcc
when FIXED_POINT is enabled the line "typedef long long    
spx_word64_t;" can't compile...
because long long doesn't exist in MSVCC...
you have to add :

#ifdef _WIN32
typedef __int64 spx_word64_t;
else
typedef long long    spx_word64_t;
#endif

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Speex-dev mailing list