From 67e54a26697f5e898f5b0e040f18281a28c16023 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 18 Apr 2020 15:17:53 -0700 Subject: Add an Oboe backend stub --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') 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 -- cgit v1.2.3