shithub: opus-tools

ref: db7bbf53eac7b4e3f7c65dcb22afc7e20eaa1dfc
dir: /win32/config.h/

View raw version
#ifndef CONFIG_H
#define CONFIG_H

#define OUTSIDE_SPEEX         1
#define OPUSTOOLS             1

#define inline __inline
#define alloca _alloca
#define getpid _getpid
#define HAVE_GETOPT_H         1
#define USE_ALLOCA            1
#define FLOATING_POINT        1
#define SPX_RESAMPLE_EXPORT
#define __SSE__

#define RANDOM_PREFIX foo

#define PACKAGE "opus-tools"
#include "version.h"


#endif CONFIG_H