On Sun, Oct 21, 2012 at 02:04:45PM +0200, hermann meyer wrote: > Am 21.10.2012 13:38, schrieb Fons Adriaensen: > > > Zita-convolver works on Linux and OSX, that does not depend on*how* > > you use it. > > And on FreeBSD as well, if you add this little patch to allow it. ;-) > > http://patch-tracker.debian.org/patch/series/view/guitarix/0.22.4-1/01-fix-linux-only.patch
??? The current source already has _____ #if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) // NOTE: __FreeBSD_kernel__ and __GNU__ were added by the Debian maintainers // (the latter for the HURD version of Debian). Things are reported to work // with some applications but probably have not been tested in depth. #include <semaphore.h> _____ The reasons for the comments are that having <semaphore.h> does not imply that a complete implementation is available. For example, on OSX some functions are provided but empty, which is why there is special code for that case. Ciao, -- FA A world of exhaustive, reliable metadata would be an utopia. It's also a pipe-dream, founded on self-delusion, nerd hubris and hysterically inflated market opportunities. (Cory Doctorow) _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/listinfo/linux-audio-dev
