config.h 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Get CPU Info by asm method */
  4. /* #undef CPU_INFO_BY_ASM */
  5. /* Get CPU Info by c method */
  6. /* #undef CPU_INFO_BY_C */
  7. /* Custom modes */
  8. /* #undef CUSTOM_MODES */
  9. /* Do not build the float API */
  10. /* #undef DISABLE_FLOAT_API */
  11. /* Assertions */
  12. /* #undef ENABLE_ASSERTIONS */
  13. /* Debug fixed-point implementation */
  14. /* #undef FIXED_DEBUG */
  15. /* Compile as fixed-point (for machines without a fast enough FPU) */
  16. /* #undef FIXED_POINT */
  17. /* Float approximations */
  18. /* #undef FLOAT_APPROX */
  19. /* Fuzzing */
  20. /* #undef FUZZING */
  21. /* Define to 1 if you have the <alloca.h> header file. */
  22. /* #undef HAVE_ALLOCA_H */
  23. /* Define to 1 if you have the <dlfcn.h> header file. */
  24. #define HAVE_DLFCN_H 1
  25. /* Define to 1 if you have the <inttypes.h> header file. */
  26. #define HAVE_INTTYPES_H 1
  27. /* Define to 1 if you have the `lrint' function. */
  28. #define HAVE_LRINT 1
  29. /* Define to 1 if you have the `lrintf' function. */
  30. #define HAVE_LRINTF 1
  31. /* Define to 1 if you have the <memory.h> header file. */
  32. #define HAVE_MEMORY_H 1
  33. /* Define to 1 if you have the <stdint.h> header file. */
  34. #define HAVE_STDINT_H 1
  35. /* Define to 1 if you have the <stdlib.h> header file. */
  36. #define HAVE_STDLIB_H 1
  37. /* Define to 1 if you have the <strings.h> header file. */
  38. #define HAVE_STRINGS_H 1
  39. /* Define to 1 if you have the <string.h> header file. */
  40. #define HAVE_STRING_H 1
  41. /* Define to 1 if you have the <sys/stat.h> header file. */
  42. #define HAVE_SYS_STAT_H 1
  43. /* Define to 1 if you have the <sys/types.h> header file. */
  44. #define HAVE_SYS_TYPES_H 1
  45. /* Define to 1 if you have the <unistd.h> header file. */
  46. #define HAVE_UNISTD_H 1
  47. /* Define to 1 if you have the `__malloc_hook' function. */
  48. /* #undef HAVE___MALLOC_HOOK */
  49. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  50. #define LT_OBJDIR ".libs/"
  51. /* Make use of ARM asm optimization */
  52. /* #undef OPUS_ARM_ASM */
  53. /* Use generic ARMv4 inline asm optimizations */
  54. /* #undef OPUS_ARM_INLINE_ASM */
  55. /* Use ARMv5E inline asm optimizations */
  56. /* #undef OPUS_ARM_INLINE_EDSP */
  57. /* Use ARMv6 inline asm optimizations */
  58. /* #undef OPUS_ARM_INLINE_MEDIA */
  59. /* Use ARM NEON inline asm optimizations */
  60. /* #undef OPUS_ARM_INLINE_NEON */
  61. /* Define if compiler support EDSP Instructions */
  62. /* #undef OPUS_ARM_MAY_HAVE_EDSP */
  63. /* Define if compiler support MEDIA Instructions */
  64. /* #undef OPUS_ARM_MAY_HAVE_MEDIA */
  65. /* Define if compiler support NEON instructions */
  66. /* #undef OPUS_ARM_MAY_HAVE_NEON */
  67. /* Compiler supports ARMv7 Neon Intrinsics */
  68. /* #undef OPUS_ARM_NEON_INTR */
  69. /* Define if binary requires EDSP instruction support */
  70. /* #undef OPUS_ARM_PRESUME_EDSP */
  71. /* Define if binary requires ARMv6 media instruction support */
  72. /* #undef OPUS_ARM_PRESUME_MEDIA */
  73. /* Define if binary requires NEON instruction support */
  74. /* #undef OPUS_ARM_PRESUME_NEON */
  75. /* This is a build of OPUS */
  76. #define OPUS_BUILD /**/
  77. /* Use run-time CPU capabilities detection */
  78. /* #undef OPUS_HAVE_RTCD */
  79. /* For x86 sse2 instrinsics optimize */
  80. /* #undef OPUS_X86_MAY_HAVE_SSE2 */
  81. /* For x86 sse4.1 instrinsics optimizations */
  82. /* #undef OPUS_X86_MAY_HAVE_SSE4_1 */
  83. /* Define to the address where bug reports for this package should be sent. */
  84. #define PACKAGE_BUGREPORT "opus@xiph.org"
  85. /* Define to the full name of this package. */
  86. #define PACKAGE_NAME "opus"
  87. /* Define to the full name and version of this package. */
  88. #define PACKAGE_STRING "opus 1.1.1-beta-34-g5b20cb0"
  89. /* Define to the one symbol short name of this package. */
  90. #define PACKAGE_TARNAME "opus"
  91. /* Define to the home page for this package. */
  92. #define PACKAGE_URL ""
  93. /* Define to the version of this package. */
  94. #define PACKAGE_VERSION "1.1.1-beta-34-g5b20cb0"
  95. /* Define to 1 if you have the ANSI C header files. */
  96. #define STDC_HEADERS 1
  97. /* Make use of alloca */
  98. /* #undef USE_ALLOCA */
  99. /* Use C99 variable-size arrays */
  100. #define VAR_ARRAYS 1
  101. /* Define to empty if `const' does not conform to ANSI C. */
  102. /* #undef const */
  103. /* Define to `__inline__' or `__inline' if that's what the C compiler
  104. calls it, or to nothing if 'inline' is not supported under any name. */
  105. #ifndef __cplusplus
  106. /* #undef inline */
  107. #endif
  108. /* Define to the equivalent of the C99 'restrict' keyword, or to
  109. nothing if this is not supported. Do not define if restrict is
  110. supported directly. */
  111. #define restrict __restrict
  112. /* Work around a bug in Sun C++: it does not support _Restrict or
  113. __restrict__, even though the corresponding Sun C compiler ends up with
  114. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  115. previous line. Perhaps some future version of Sun C++ will work with
  116. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  117. #if defined __SUNPRO_CC && !defined __RESTRICT
  118. # define _Restrict
  119. # define __restrict__
  120. #endif