Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorKoen Vos <koen.vos@skype.net>2011-05-02 18:01:10 +0400
committerJean-Marc Valin <jean-marc.valin@octasic.com>2011-05-02 18:01:10 +0400
commit494ce976e20d4854af2918ac8bae2b1bb10dc33f (patch)
tree2b575369923216c2ec3333e4f0840cbfe3a2e74f /win32
parentfe741259c1050baa5c828444dd5a968ed658d1fb (diff)
Squashed commit of the following:
commit dfe4d46f9abf6b0e96e66370d428da4e283204ce Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Mon May 2 09:59:45 2011 -0400 SILK file list update commit 5faf541d86445eb8ce1775ea206e88afe83c7107 Author: Jean-Marc Valin <jean-marc.valin@octasic.com> Date: Mon May 2 09:51:29 2011 -0400 Makefiles update commit f5d70b3ccbe209cc07a1a604fffca93ea34bc64b Author: Koen Vos <koen.vos@skype.net> Date: Mon May 2 09:50:33 2011 -0400 SILK stereo update and MSVC build update
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/config.h b/win32/config.h
index 7e4b48b3..fa9f6b5e 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -1,11 +1,12 @@
#ifndef CONFIG_H
#define CONFIG_H
-#define CELT_BUILD 1
+#define CELT_BUILD 1
+
#define restrict
#define inline __inline
-#define USE_ALLOCA 1
+#define USE_ALLOCA 1
/* Comment out the next line for floating-point code */
//#define FIXED_POINT 1