mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
28 lines
613 B
C
28 lines
613 B
C
/* SoX Resampler Library Copyright (c) 2007-16 robs@users.sourceforge.net
|
|
* Licence for this file: LGPL v2.1 See LICENCE for details. */
|
|
|
|
#if !defined soxr_config_included
|
|
#define soxr_config_included
|
|
|
|
#define AVCODEC_FOUND 0
|
|
#define AVUTIL_FOUND 0
|
|
#define WITH_PFFFT 1
|
|
|
|
#define HAVE_FENV_H 1
|
|
#define HAVE_STDBOOL_H 1
|
|
#define HAVE_STDINT_H 1
|
|
#define HAVE_LRINT 1
|
|
#define HAVE_BIGENDIAN 0
|
|
|
|
#define WITH_CR32 1
|
|
#define WITH_CR32S 1
|
|
#define WITH_CR64 1
|
|
#define WITH_CR64S 0
|
|
#define WITH_VR32 1
|
|
|
|
#define WITH_HI_PREC_CLOCK 1
|
|
#define WITH_FLOAT_STD_PREC_CLOCK 0
|
|
#define WITH_DEV_TRACE 1
|
|
|
|
#endif
|