search for: decodemap

Displaying 1 result from an estimated 1 matches for "decodemap".

2003 Feb 05
1
libvorbis on Classic MacOS
...nux, win32). The problem is that our classic MacOS build is currently under MPW/MrC. I can compile libogg/libvorbis fine (requires enabling the intrinsic alloca support), but there seems to be a problem with the code produced. As soon as real decode work starts, res2_inverse() dies because the decodemap it attempts to use has completely bogus values (so partword[l][k] is garbage, and the code faults on lookup into the secondstages array). I've been working on debugging this for a day or so, but I haven't found where it's actually screwing up. The optimization level makes not differ...