[vorbis-dev] Win32 ASM vs. Alpha CPU

Segher Boessenkool segher at chello.nl
Fri Aug 17 22:36:24 PDT 2001



Michael Rich wrote:
> 
> In \Vorbis\Lib\os.h
> 
> On line 126
> 
> #if defined(_WIN32) && !defined(__GNUC__) && !defined(__alpha)
> 
> I had to add the && !defined(__alpha) in order for it to compile correctly
> on VC++ 6.0 on WinNT4 on my Alpha CPU machine.

Better change that to

&& defined(__i386__)

(or whatever the appropriate preprocessor symbol is).

Cheerio,

Segher

--- >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 'vorbis-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 Vorbis-dev mailing list