aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-08-02 21:03:18 -0700
committerChris Robinson <[email protected]>2021-08-02 21:03:18 -0700
commit4cc820bb5c4c3c93ec85fed5a5bf7978b6bd14b1 (patch)
treefaba9ec1b8ebed96eba03b6c70f8c244394d4a96 /config.h.in
parent0a0849db997df2015223bfd43cb7490fc8cd601e (diff)
Start a PipeWire backend
It's just a copy of the Null backend to start with
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 5cc78ae5..b06314a8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -31,6 +31,9 @@
/* Define if we have the OSS backend */
#cmakedefine HAVE_OSS
+/* Define if we have the PipeWire backend */
+#cmakedefine HAVE_PIPEWIRE
+
/* Define if we have the Solaris backend */
#cmakedefine HAVE_SOLARIS