diff options
author | Chris Robinson <[email protected]> | 2009-01-24 10:38:04 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-01-24 10:38:04 -0800 |
commit | 778b74cae10e8798e85cffb58a452c7677175778 (patch) | |
tree | 73a451bec2de951ab1024daac6f582a40ef34333 /config.h.in | |
parent | 43ee1edd972d528233475f5239690cd2c3efb04c (diff) |
Reimplement panning using lookup tables, based on a patch by Christian Borss
This allows speaker positions to be specified by discrete angles around the
listener, providing more flexibility and configurability in placement.
Additional patches to take advantage of this are forthcoming.
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 45df5157..0c8ef40d 100644 --- a/config.h.in +++ b/config.h.in @@ -31,6 +31,12 @@ /* Define if we have the acosf function */ #cmakedefine HAVE_ACOSF +/* Define if we have the atanf function */ +#cmakedefine HAVE_ATANF + +/* Define if we have the fabsf function */ +#cmakedefine HAVE_FABSF + /* Define if we have the strtof function */ #cmakedefine HAVE_STRTOF |