> From: "Joshua Bahnsen" <[EMAIL PROTECTED]>
>

> I defined "MMX_choose_table" using MSVC 5 and I came across problems in
> takehiro.c. It said, "long" followed by "long" is illegal. I compiled it
> with DJGPP with MMX support enabled and it compiled without any errors in
> takehiro.c.

For 64 bit integers, DJGPP (gcc in general) uses the type "long long"
whereas MSVC 6 uses "__int64". I'm not sure if MSVC 5 supports it. If it
does, some new typedefs for machine.h would be the way to fix it.

After that, i386/choose_table.nas might need some attention...

-- Mat.


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to