On 14 Nov 2003, Jussi Laako wrote:
I've written preliminary OSS driver for JACK.
Patch for jack 0.80
[...]
If you are compiling with OSS Lite, please comment out
the non-S16
formats.
Workaround for this:
--cut--
#ifndef AFMT_S32_LE
#define AFMT_S32_LE 0x00001000
#endif
#ifndef AFMT_S32_BE
#define AFMT_S32_BE 0x00002000
#endif
--cut--
... and so on. This should be added before committing this to CVS as most
people have OSS-Lite.
--
http://www.eca.cx
Audio software for Linux!