aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-12-21 15:51:16 -0800
committerChris Robinson <[email protected]>2014-12-21 15:51:16 -0800
commit23197ddbc35db09301b22636ea83e770a7900458 (patch)
tree05658f2c46fbd72e0222bb0bc32c433d109f7b31 /config.h.in
parentf2d59671b2410b575224b8ebddb89b62d61bf3e2 (diff)
Add a skeleton backend for JACK
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index af0d8bfd..f999eb49 100644
--- a/config.h.in
+++ b/config.h.in
@@ -64,6 +64,9 @@
/* Define if we have the PulseAudio backend */
#cmakedefine HAVE_PULSEAUDIO
+/* Define if we have the JACK backend */
+#cmakedefine HAVE_JACK
+
/* Define if we have the CoreAudio backend */
#cmakedefine HAVE_COREAUDIO