mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
CELT for Windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16414 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
35
libs/win32/celt/config.h
Normal file
35
libs/win32/celt/config.h
Normal file
@@ -0,0 +1,35 @@
|
||||
/* This is a build of CELT */
|
||||
#define CELT_BUILD
|
||||
|
||||
/* Version extra */
|
||||
#define CELT_EXTRA_VERSION "-1"
|
||||
|
||||
/* Version major */
|
||||
#define CELT_MAJOR_VERSION 0
|
||||
|
||||
/* Version micro */
|
||||
#define CELT_MICRO_VERSION 0
|
||||
|
||||
/* Version minor */
|
||||
#define CELT_MINOR_VERSION 7
|
||||
|
||||
/* Complete version string */
|
||||
#define CELT_VERSION "0.7.0-1"
|
||||
|
||||
/* Compile as fixed-point */
|
||||
/* #undef FIXED_POINT */
|
||||
|
||||
/* Compile as floating-point */
|
||||
#define FLOATING_POINT
|
||||
|
||||
/* Make use of alloca */
|
||||
/* #undef USE_ALLOCA */
|
||||
#define USE_ALLOCA 1 /* disable this when using SSE */
|
||||
|
||||
/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
|
||||
supported. Do not define if restrict is supported directly. */
|
||||
#define restrict /* __restrict */
|
||||
|
||||
// Microsoft version of 'inline'
|
||||
#define inline __inline
|
||||
|
Reference in New Issue
Block a user