config.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* libcairo is available for visual debugging output */
  4. /* #undef HAVE_CAIRO */
  5. /* Define to 1 if you have the <dlfcn.h> header file. */
  6. #define HAVE_DLFCN_H 1
  7. /* Define to 1 if you have the <inttypes.h> header file. */
  8. #define HAVE_INTTYPES_H 1
  9. /* Define to 1 if you have the <machine/soundcard.h> header file. */
  10. /* #undef HAVE_MACHINE_SOUNDCARD_H */
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #define HAVE_MEMORY_H 1
  13. /* Define to 1 if you have the <soundcard.h> header file. */
  14. /* #undef HAVE_SOUNDCARD_H */
  15. /* Define to 1 if you have the <stdint.h> header file. */
  16. #define HAVE_STDINT_H 1
  17. /* Define to 1 if you have the <stdlib.h> header file. */
  18. #define HAVE_STDLIB_H 1
  19. /* Define to 1 if you have the <strings.h> header file. */
  20. #define HAVE_STRINGS_H 1
  21. /* Define to 1 if you have the <string.h> header file. */
  22. #define HAVE_STRING_H 1
  23. /* Define to 1 if you have the <sys/soundcard.h> header file. */
  24. #define HAVE_SYS_SOUNDCARD_H 1
  25. /* Define to 1 if you have the <sys/stat.h> header file. */
  26. #define HAVE_SYS_STAT_H 1
  27. /* Define to 1 if you have the <sys/types.h> header file. */
  28. #define HAVE_SYS_TYPES_H 1
  29. /* Define to 1 if you have the <unistd.h> header file. */
  30. #define HAVE_UNISTD_H 1
  31. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  32. /* #undef NO_MINUS_C_MINUS_O */
  33. /* make use of arm asm optimization */
  34. /* Define if assembler supports EDSP instructions */
  35. /* Define if assembler supports ARMv6 media instructions */
  36. /* Define if compiler supports NEON instructions */
  37. /* make use of c64x+ asm optimization */
  38. /* #undef OC_C64X_ASM */
  39. /* make use of x86_64 asm optimization */
  40. /* #undef OC_X86_64_ASM */
  41. /* make use of x86 asm optimization */
  42. /* #undef OC_X86_ASM */
  43. /* Name of package */
  44. #define PACKAGE "libtheora"
  45. /* Define to the address where bug reports for this package should be sent. */
  46. #define PACKAGE_BUGREPORT ""
  47. /* Define to the full name of this package. */
  48. #define PACKAGE_NAME "libtheora"
  49. /* Define to the full name and version of this package. */
  50. #define PACKAGE_STRING "libtheora 1.2.0alpha1+svn"
  51. /* Define to the one symbol short name of this package. */
  52. #define PACKAGE_TARNAME "libtheora"
  53. /* Define to the version of this package. */
  54. #define PACKAGE_VERSION "1.2.0alpha1+svn"
  55. /* Define to 1 if you have the ANSI C header files. */
  56. #define STDC_HEADERS 1
  57. /* Define to exclude encode support from the build */
  58. /* #undef THEORA_DISABLE_ENCODE */
  59. /* Define to exclude floating point code from the build */
  60. /* #undef THEORA_DISABLE_FLOAT */
  61. /* Version number of package */
  62. #define VERSION "1.2.0alpha1+svn"