diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-05-01 09:53:37 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-05-01 09:53:37 -0300 |
commit | 4dc4e96c8a4fb7e34ecae3a39ef0f3f3fb275e97 (patch) | |
tree | 73da4d4d6d0fa1b4c6761a63ac3674aead8b12e3 /drivers/speex | |
parent | 5ab65f0eadec6a67eda622787206a01c8af2cf7e (diff) |
-OpenSSL Fixes
Diffstat (limited to 'drivers/speex')
-rw-r--r-- | drivers/speex/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/speex/config.h b/drivers/speex/config.h index 0fd55b8982..d31382702c 100644 --- a/drivers/speex/config.h +++ b/drivers/speex/config.h @@ -39,9 +39,9 @@ /* Use only fixed point arithmetic */
-#ifdef _MSC_VER
-#define inline _inline
-#endif
+//#ifdef _MSC_VER
+//#define inline _inline
+//#endif
#define FIXED_POINT 1
|