shithub: opus

ref: 02f19c26f17e43f3b8ac6cfe15a3d8a622f8ef07
dir: /win32/config.h/

View raw version
#ifndef CONFIG_H
#define CONFIG_H

#define CELT_BUILD            1

#define restrict
#define inline __inline
#define getpid _getpid

#define USE_ALLOCA            1

/* Comment out the next line for floating-point code */
/*#define FIXED_POINT           1 */

#define OPUS_BUILD            1

/* Get rid of the CELT VS compile warnings */
#if 1
#pragma warning(disable : 4996)/* This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. */
#endif

#include "version.h"

#endif CONFIG_H