forked from sox_ng/sox_ng
91 lines
2.9 KiB
Text
91 lines
2.9 KiB
Text
/*
|
|
* libopus configuration file generated by CMake
|
|
*/
|
|
|
|
#ifndef LIBOPUS_CONFIG_INCLUDED
|
|
#define LIBOPUS_CONFIG_INCLUDED
|
|
|
|
/*========================================*/
|
|
|
|
/* define to enable non-Opus modes, e.g. 44.1 kHz & 2^n frames */
|
|
#cmakedefine CUSTOM_MODES 1
|
|
|
|
/* define if API does not support floating-point */
|
|
#cmakedefine DISABLE_FLOAT_API 1
|
|
|
|
/* define if assertions should be enabled */
|
|
#cmakedefine ENABLE_ASSERTIONS 1
|
|
|
|
/* define to use Deep REDundancy (DRED) */
|
|
#cmakedefine ENABLE_DRED 1
|
|
|
|
/* define if hardening run-time checks should be enabled */
|
|
#cmakedefine ENABLE_HARDENING 1
|
|
|
|
/* define if you have a fast enough FPU */
|
|
#cmakedefine FIXED_POINT 1
|
|
|
|
/* define if the encoder should make random decisions */
|
|
#cmakedefine FUZZING 1
|
|
|
|
/* define to 1 if you have the <alloca.h> header file */
|
|
#cmakedefine HAVE_ALLOCA_H 1
|
|
|
|
/* define to 1 if you have the "libm" library available */
|
|
#cmakedefine HAVE_LIBM 1
|
|
|
|
/* define to 1 if you have the `lrint` function available */
|
|
#cmakedefine HAVE_LRINT 1
|
|
|
|
/* define to 1 if you have the `lrintf` function available */
|
|
#cmakedefine HAVE_LRINTF 1
|
|
|
|
/* define to 1 if you have the SSE instructions available */
|
|
#cmakedefine HAVE_SSE 1
|
|
|
|
/* define to 1 if you have the SSE2 instructions available */
|
|
#cmakedefine HAVE_SSE2 1
|
|
|
|
/* define macro for building OPUS */
|
|
#define OPUS_BUILD 1
|
|
|
|
/* define to 1 if CPU architecture is ARM */
|
|
#cmakedefine OPUS_CPU_ARM 1
|
|
|
|
/* define to 1 if CPU architecture is X86, 64 bits */
|
|
#cmakedefine OPUS_CPU_X64 1
|
|
|
|
/* define to 1 if CPU architecture is X86, 32 bits */
|
|
#cmakedefine OPUS_CPU_X86 1
|
|
|
|
/* define the name of the package */
|
|
#cmakedefine PACKAGE "@PACKAGE@"
|
|
|
|
/* define to the address where bug reports for this package should be
|
|
* sent */
|
|
#cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
|
|
|
|
/* define to the full name of this package */
|
|
#cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
|
|
|
|
/* define to the full name and version of this package */
|
|
#cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
|
|
|
|
/* define to the one symbol short name of this package */
|
|
#cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
|
|
|
|
/* define the home page for this package */
|
|
#cmakedefine PACKAGE_URL "@PACKAGE_URL@"
|
|
|
|
/* define to the version of this package */
|
|
#cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
|
|
|
|
/* define to 1 if the `alloca` function is available */
|
|
#cmakedefine USE_ALLOCA 1
|
|
|
|
/* define if you have the C99 variable-size arrays */
|
|
#cmakedefine VAR_ARRAYS 1
|
|
|
|
/*========================================*/
|
|
|
|
#endif /* LIBOPUS_CONFIG_INCLUDED */
|