diff options
author | Chris Robinson <[email protected]> | 2016-07-12 14:22:17 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-12 14:22:17 -0700 |
commit | 4898234da8d732c91fa2d08d2ef9f36323e2a6c5 (patch) | |
tree | f3a5aebfd03d05f6437b72551e9f1fb70926ed72 /config.h.in | |
parent | 14166264d6fc59386d9cbbfcd12c78ffab5989fb (diff) |
Add a cmake option to embed the HRTF data
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
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 |