aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-03-15 04:58:56 -0700
committerChris Robinson <[email protected]>2011-03-15 04:58:56 -0700
commitd6c8bb35b4f9af60cd1dd43c35d530937c95a3ef (patch)
tree3522bb5552597e42ab010c4d190fb14c27e14299 /config.h.in
parent4899674b6c765370f80f6e57aaddfd2985baf6e5 (diff)
Add a CoreAudio backend
Code courtesy of Garin Hiebert <[email protected]>
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 3c1e7e67..c031ce45 100644
--- a/config.h.in
+++ b/config.h.in
@@ -25,6 +25,9 @@
/* Define if we have the PulseAudio backend */
#cmakedefine HAVE_PULSEAUDIO
+/* Define if we have the CoreAudio backend */
+#cmakedefine HAVE_COREAUDIO
+
/* Define if we have the Wave Writer backend */
#cmakedefine HAVE_WAVE