Re: trouble building universal binaries on libtheora-1.1alpha1 without performance loss
Nils Pipenbrinck <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <[email protected]> |
Bill Cholewka wrote: > > If I add --disable-asm as a config option, it gets me past this problem, but presumably at the cost of lost performance. > > Is there a way to configure for universal binaries without using --disable-asm? > > Thanks for your help. > True- There is afaik no asm or intrinsic code for ppc. You get the reference c-code, and this code is written for clarity, not performance (a very valid choice for a reference implementation). Kudos for getting the code to cross-compile at the first place. I had lots of problems to do this. Cheers, Nils