aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-07-12 14:22:17 -0700
committerChris Robinson <[email protected]>2016-07-12 14:22:17 -0700
commit4898234da8d732c91fa2d08d2ef9f36323e2a6c5 (patch)
treef3a5aebfd03d05f6437b72551e9f1fb70926ed72 /config.h.in
parent14166264d6fc59386d9cbbfcd12c78ffab5989fb (diff)
Add a cmake option to embed the HRTF data
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 41fa3b61..a06c2039 100644
--- a/config.h.in
+++ b/config.h.in
@@ -8,6 +8,12 @@
/* Define any available alignment declaration */
#define ALIGN(x) ${ALIGN_DECL}
+/* Explicit hidden visibility attribute */
+#define HIDDEN_DECL ${HIDDEN_DECL}
+
+/* Define if HRTF data is embedded in the library */
+#cmakedefine ALSOFT_EMBED_HRTF_DATA
+
/* Define if we have the C11 aligned_alloc function */
#cmakedefine HAVE_ALIGNED_ALLOC