[theora] Building Libtheora Beta 2 in Ms Visual C++ 2005 problems

Michael Smith msmith at xiph.org
Wed Oct 24 12:42:23 PDT 2007


> Can I just check that building libtheora with TH_REALLY_NO_ASSEMBLY
> and suppressing the warning error message is supposed to actually
> produce a fully working libtheora. Just without the Inline Assembly
> optimisations.

It should, yes.

The warning is there because without the assembly, you'll have a MUCH
slower libtheora, and that's almost certainly not desirable. It should
be functional, though (obviously, non-x86 systems don't use the x86
code, so those codepaths get tested by other people).

So, it sounds like you have a real problem, and we want to fix it.

Mike


More information about the theora mailing list