aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-04-18 15:17:53 -0700
committerChris Robinson <[email protected]>2020-04-18 15:17:53 -0700
commit67e54a26697f5e898f5b0e040f18281a28c16023 (patch)
tree2209f07479fea9c4787032cd79d693dee746687c /config.h.in
parenta1e5f4eb8374e46348146ee19a031e446a65bade (diff)
Add an Oboe backend stub
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 60879df9..29a10b20 100644
--- a/config.h.in
+++ b/config.h.in
@@ -65,6 +65,9 @@
/* Define if we have the OpenSL backend */
#cmakedefine HAVE_OPENSL
+/* Define if we have the Oboe backend */
+#cmakedefine HAVE_OBOE
+
/* Define if we have the Wave Writer backend */
#cmakedefine HAVE_WAVE