diff options
author | Chris Robinson <[email protected]> | 2011-06-12 04:41:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-06-12 04:41:42 -0700 |
commit | ba069ded407339c319c06bd21f924a103860d764 (patch) | |
tree | 7a032d2acca54729ffa4baf7ea019a286646a677 /config.h.in | |
parent | 6b8209fdc9d31dd902eca93d2184cd55513d7b50 (diff) |
Add an OpenSL backend
Currently for Android's OpenSL ES implementation
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 7b2c257c..0849af28 100644 --- a/config.h.in +++ b/config.h.in @@ -32,6 +32,9 @@ /* Define if we have the CoreAudio backend */ #cmakedefine HAVE_COREAUDIO +/* Define if we have the OpenSL backend */ +#cmakedefine HAVE_OPENSL + /* Define if we have the Wave Writer backend */ #cmakedefine HAVE_WAVE |