search for: cpusupport

Displaying 2 results from an estimated 2 matches for "cpusupport".

Did you mean: cpu_support
2012 Sep 13
1
opus-tools doesn't compile on x86-32 Linux
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...
2015 Oct 08
2
[PATCH 0/1] opusenc support for WavPack input
This patch to opus-tools adds optional support to WavPack lossless format as input to opusenc. Like support to FLAC, it depends on an external library, libwavpack, and may be disabled on configure. Lucas Clemente Vella (1): Reading input from WavPack files. Makefile.am | 7 +- configure.ac | 37 ++++++++ src/audio-in.c | 71 ++++++++------- src/opusenc.c | 19 +++- src/opusenc.h