diff options
author | Chris Robinson <[email protected]> | 2021-08-02 21:03:18 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-08-02 21:03:18 -0700 |
commit | 4cc820bb5c4c3c93ec85fed5a5bf7978b6bd14b1 (patch) | |
tree | faba9ec1b8ebed96eba03b6c70f8c244394d4a96 /config.h.in | |
parent | 0a0849db997df2015223bfd43cb7490fc8cd601e (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.in | 3 |
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 |