JACK is a low-latency audio server, written for POSIX conformant operating systems. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin"). JACK was designed from the ground up for professional audio work, and its design focuses on two key areas: synchronous execution of all clients, and low latency operation. ok kili@
15 lines
414 B
Plaintext
15 lines
414 B
Plaintext
$OpenBSD: patch-config_sysdeps_atomicity_h,v 1.1.1.1 2008/03/24 03:01:28 jakemsr Exp $
|
|
--- config/sysdeps/atomicity.h.orig Sun Mar 16 21:46:02 2008
|
|
+++ config/sysdeps/atomicity.h Sun Mar 16 21:47:43 2008
|
|
@@ -15,6 +15,10 @@
|
|
|
|
#include <config/cpu/powerpc/atomicity.h>
|
|
|
|
+#elif defined(__mips__) || defined(__mips64__)
|
|
+
|
|
+#include <config/cpu/mips/atomicity.h>
|
|
+
|
|
#else
|
|
|
|
#include <config/cpu/generic/atomicity.h>
|