aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-06-08 02:01:11 -0700
committerChris Robinson <[email protected]>2010-06-08 02:01:11 -0700
commitf9e569099cffbf7ea2951ef96b837a2e0bb7afe6 (patch)
tree02f7ce6bbf2b452c6b7d91e6da553a86ed56ad39 /config.h.in
parent6fd6e4eacfc25d775368e7f2ba193cb69b48df89 (diff)
Make the Wave Writer backend optional
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 1d7c8cce..3c1e7e67 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 Wave Writer backend */
+#cmakedefine HAVE_WAVE
+
/* Define if we have dlfcn.h */
#cmakedefine HAVE_DLFCN_H