|
|
|
@ -21,9 +21,9 @@ |
|
|
|
typedef struct bcg729DecoderChannelContextStruct_struct bcg729DecoderChannelContextStruct; |
|
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
// Version number is 1.1.0, map it on an integer |
|
|
|
// Note: This define starts with version 1.1.0 |
|
|
|
#define BCG729_VERSION_NUMBER 0x010100 |
|
|
|
// Version number is 1.1.1, map it on an integer |
|
|
|
// Note: This define starts with version 1.1.1 |
|
|
|
#define BCG729_VERSION_NUMBER 0x010101 |
|
|
|
|
|
|
|
#ifdef _WIN32 |
|
|
|
#ifdef BCG729_STATIC |
|
|
|
|