diff options
author | George Marques <george@gmarqu.es> | 2016-05-01 12:48:46 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2016-05-02 13:18:34 -0300 |
commit | 7c59d819a7ebb936d51ca032e66a2489e4080d08 (patch) | |
tree | df6747620113a36812194db3456729aac2fa1b08 /drivers/opus/opus_config.h | |
parent | a3d81cab8a97eeece54ebadb82c40532188b4d57 (diff) | |
download | redot-engine-7c59d819a7ebb936d51ca032e66a2489e4080d08.tar.gz |
Update Opus driver to 1.1.2
And opusfile to 0.7.
Diffstat (limited to 'drivers/opus/opus_config.h')
-rw-r--r-- | drivers/opus/opus_config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/opus/opus_config.h b/drivers/opus/opus_config.h index 98c3e87cc6..7b9c92c6a8 100644 --- a/drivers/opus/opus_config.h +++ b/drivers/opus/opus_config.h @@ -103,6 +103,10 @@ #define USE_ALLOCA 1 #endif +#ifndef OPUS_FIXED_POINT +#define FLOAT_APPROX 1 +#endif + /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ |