soxr-code/msvc/soxr-config.h

27 lines
710 B
C
Raw Normal View History

/* SoX Resampler Library Copyright (c) 2007-16 robs@users.sourceforge.net
2012-12-03 18:25:33 +01:00
* Licence for this file: LGPL v2.1 See LICENCE for details. */
2013-01-11 22:35:20 +01:00
/* N.B. Pre-configured for typical MS-Windows systems. However, the normal
* procedure is to use the cmake configuration and build system. See INSTALL. */
2012-12-03 18:25:33 +01:00
#if !defined soxr_config_included
#define soxr_config_included
2016-05-23 08:55:16 +02:00
#define WITH_CR32 1
#define WITH_CR32S 1
#define WITH_CR64 1
#define WITH_CR64S 1
#define WITH_VR32 1
2012-12-03 18:25:33 +01:00
#define AVCODEC_FOUND 0
#define AVUTIL_FOUND 0
2012-12-03 18:25:33 +01:00
#define HAVE_FENV_H 0
#define HAVE_STDBOOL_H 0
#define HAVE_STDINT_H 0
#define HAVE_LRINT 0
#define HAVE_BIGENDIAN 0
#define WITH_DEV_TRACE 0
2012-12-03 18:25:33 +01:00
#endif