config.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. #define HAVE___MALLOC_HOOK 1
  49. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  50. */
  51. #define LT_OBJDIR ".libs/"
  52. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  53. /* #undef NO_MINUS_C_MINUS_O */
  54. /* Make use of ARM asm optimization */
  55. /* #undef OPUS_ARM_ASM */
  56. /* Use generic ARMv4 inline asm optimizations */
  57. /* #undef OPUS_ARM_INLINE_ASM */
  58. /* Use ARMv5E inline asm optimizations */
  59. /* #undef OPUS_ARM_INLINE_EDSP */
  60. /* Use ARMv6 inline asm optimizations */
  61. /* #undef OPUS_ARM_INLINE_MEDIA */
  62. /* Use ARM NEON inline asm optimizations */
  63. /* #undef OPUS_ARM_INLINE_NEON */
  64. /* Define if compiler support EDSP Instructions */
  65. /* #undef OPUS_ARM_MAY_HAVE_EDSP */
  66. /* Define if compiler support MEDIA Instructions */
  67. /* #undef OPUS_ARM_MAY_HAVE_MEDIA */
  68. /* Define if compiler support NEON instructions */
  69. /* #undef OPUS_ARM_MAY_HAVE_NEON */
  70. /* Compiler supports ARMv7 Neon Intrinsics */
  71. /* #undef OPUS_ARM_NEON_INTR */
  72. /* Define if binary requires EDSP instruction support */
  73. /* #undef OPUS_ARM_PRESUME_EDSP */
  74. /* Define if binary requires ARMv6 media instruction support */
  75. /* #undef OPUS_ARM_PRESUME_MEDIA */
  76. /* Define if binary requires NEON instruction support */
  77. /* #undef OPUS_ARM_PRESUME_NEON */
  78. /* This is a build of OPUS */
  79. #define OPUS_BUILD /**/
  80. /* Use run-time CPU capabilities detection */
  81. /* #undef OPUS_HAVE_RTCD */
  82. /* For x86 sse2 instrinsics optimize */
  83. /* #undef OPUS_X86_MAY_HAVE_SSE2 */
  84. /* For x86 sse4.1 instrinsics optimizations */
  85. /* #undef OPUS_X86_MAY_HAVE_SSE4_1 */
  86. /* Define to the address where bug reports for this package should be sent. */
  87. #define PACKAGE_BUGREPORT "opus@xiph.org"
  88. /* Define to the full name of this package. */
  89. #define PACKAGE_NAME "opus"
  90. /* Define to the full name and version of this package. */
  91. #define PACKAGE_STRING "opus 1.1.1-beta-34-g5b20cb0"
  92. /* Define to the one symbol short name of this package. */
  93. #define PACKAGE_TARNAME "opus"
  94. /* Define to the home page for this package. */
  95. #define PACKAGE_URL ""
  96. /* Define to the version of this package. */
  97. #define PACKAGE_VERSION "1.1.1-beta-34-g5b20cb0"
  98. /* Define to 1 if you have the ANSI C header files. */
  99. #define STDC_HEADERS 1
  100. /* Make use of alloca */
  101. /* #undef USE_ALLOCA */
  102. /* Use C99 variable-size arrays */
  103. #define VAR_ARRAYS 1
  104. /* Define to empty if `const' does not conform to ANSI C. */
  105. /* #undef const */
  106. /* Define to `__inline__' or `__inline' if that's what the C compiler
  107. calls it, or to nothing if 'inline' is not supported under any name. */
  108. #ifndef __cplusplus
  109. /* #undef inline */
  110. #endif
  111. /* Define to the equivalent of the C99 'restrict' keyword, or to
  112. nothing if this is not supported. Do not define if restrict is
  113. supported directly. */
  114. #define restrict __restrict
  115. /* Work around a bug in Sun C++: it does not support _Restrict or
  116. __restrict__, even though the corresponding Sun C compiler ends up with
  117. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  118. previous line. Perhaps some future version of Sun C++ will work with
  119. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  120. #if defined __SUNPRO_CC && !defined __RESTRICT
  121. # define _Restrict
  122. # define __restrict__
  123. #endif