Hello! Congratulations for getting Opus standardised! When I read about it I had to try it out, but unfortunately opus-tools did not compile on my 32bit Linux system because of a Windows specific header file included by cpusupport.h. The attached patch fixes this by using __get_cpuid() from cpuid.h on !WIN32. I hope you'll find it useful. Andreas -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-compilation-on-non-Windows-x86-32.patch Type: text/x-patch Size: 0 bytes Desc: not available Url : http://lists.xiph.org/pipermail/opus/attachments/20120913/1f594b2b/attachment.bin
On Thu, Sep 13, 2012 at 4:30 PM, Andreas Schlick <schlick at lavabit.com> wrote:> Hello! > > Congratulations for getting Opus standardised! > When I read about it I had to try it out, but unfortunately > opus-tools did not compile on my 32bit Linux system because > of a Windows specific header file included by cpusupport.h. > The attached patch fixes this by using __get_cpuid() from > cpuid.h on !WIN32. I hope you'll find it useful.Thanks ... But what distribution / compiler is this? The reason I didn't find this previously is because it only happens if SSE is forced on in the compiler and it's compiling for x86 (which isn't guaranteed to have sse) rather than x86_64 (which always has sse).
Maybe Matching Threads
- Multiple regression in R - unstandardised coefficients are a different sign to standardised coefficients, is this correct?
- sdev value returned by princomp function (used for PCA)
- How to z-standardize for subgroups?
- an object of class lm returned by lm?
- Extracting mean level of factor for all levels from a glm