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.
The reason is that the code inside the #ifdef is using X86 ASM, which is a
no no. Once I added the check for the Alpha constant, things compile just
fine.
Laters,
Mike
--- >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@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.