[Theora-dev] theora-mmx_on_win32?
TSUJIYAMA Akihiko
akihico at mars.dti.ne.jp
Fri Oct 22 05:46:02 PDT 2004
Hi. Has anyone tried http://svn.xiph.org/branches/theora-mmx this code on Win32 ?
I can compile it with very small modification,
304c304
< ogg_int16_t *const temp= (ogg_int16_t*)align_tmp;
---
> ogg_int16_t *const temp= (int16_t*)align_tmp;
but outputs seem terribly broken. -> ex. http://mycomputer.cc/temp/mmx-out.ogg
GCC version is 3.4.2.
$ gcc --version
gcc.exe (GCC) 3.4.2 (mingw-special)
Can anyone help me ?
--
TSUJIYAMA Akihiko <akihico at mars.dti.ne.jp>
More information about the Theora-dev
mailing list