forked from sox_ng/sox_ng
52 lines
1.6 KiB
Text
52 lines
1.6 KiB
Text
/*
|
|
* libopusfile configuration file generated by CMake
|
|
*/
|
|
|
|
#ifndef LIBOPUSFILE_CONFIG_INCLUDED
|
|
#define LIBOPUSFILE_CONFIG_INCLUDED
|
|
|
|
/*========================================*/
|
|
|
|
/* define if assertions should be enabled */
|
|
#cmakedefine ENABLE_ASSERTIONS 1
|
|
|
|
/* define if you want to have a non-floating point API */
|
|
#cmakedefine OP_DISABLE_FLOAT_API 1
|
|
|
|
/* define to enable HTTP support */
|
|
#cmakedefine OP_ENABLE_HTTP 1
|
|
|
|
/* define if you have a fast enough FPU */
|
|
#cmakedefine OP_FIXED_POINT 1
|
|
|
|
/* define to 1 if you have the `clock_gettime` function available */
|
|
#cmakedefine OP_HAVE_CLOCK_GETTIME 1
|
|
|
|
/* define to 1 if you have the `lrintf` function available */
|
|
#cmakedefine OP_HAVE_LRINTF 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@"
|
|
|
|
/*========================================*/
|
|
|
|
#endif /* LIBOPUSFILE_CONFIG_INCLUDED */
|