The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

174 lines
4.3KB

  1. /*
  2. IMPORTANT! This file is auto-generated each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. If you want to change any of these values, use the Introjucer to do so,
  5. rather than editing this file directly!
  6. Any commented-out settings will assume their default values.
  7. */
  8. #ifndef __JUCE_APPCONFIG_IVABE4__
  9. #define __JUCE_APPCONFIG_IVABE4__
  10. //==============================================================================
  11. #define JUCE_MODULE_AVAILABLE_juce_audio_basics 1
  12. #define JUCE_MODULE_AVAILABLE_juce_audio_devices 1
  13. #define JUCE_MODULE_AVAILABLE_juce_audio_formats 1
  14. #define JUCE_MODULE_AVAILABLE_juce_audio_processors 1
  15. #define JUCE_MODULE_AVAILABLE_juce_audio_utils 1
  16. #define JUCE_MODULE_AVAILABLE_juce_core 1
  17. #define JUCE_MODULE_AVAILABLE_juce_cryptography 1
  18. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  19. #define JUCE_MODULE_AVAILABLE_juce_events 1
  20. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  21. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  22. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  23. #define JUCE_MODULE_AVAILABLE_juce_opengl 1
  24. #define JUCE_MODULE_AVAILABLE_juce_video 1
  25. //==============================================================================
  26. // juce_audio_devices flags:
  27. #ifndef JUCE_ASIO
  28. //#define JUCE_ASIO
  29. #endif
  30. #ifndef JUCE_WASAPI
  31. //#define JUCE_WASAPI
  32. #endif
  33. #ifndef JUCE_DIRECTSOUND
  34. //#define JUCE_DIRECTSOUND
  35. #endif
  36. #ifndef JUCE_ALSA
  37. //#define JUCE_ALSA
  38. #endif
  39. #ifndef JUCE_JACK
  40. //#define JUCE_JACK
  41. #endif
  42. #ifndef JUCE_USE_ANDROID_OPENSLES
  43. //#define JUCE_USE_ANDROID_OPENSLES
  44. #endif
  45. #ifndef JUCE_USE_CDREADER
  46. //#define JUCE_USE_CDREADER
  47. #endif
  48. #ifndef JUCE_USE_CDBURNER
  49. //#define JUCE_USE_CDBURNER
  50. #endif
  51. //==============================================================================
  52. // juce_audio_formats flags:
  53. #ifndef JUCE_USE_FLAC
  54. //#define JUCE_USE_FLAC
  55. #endif
  56. #ifndef JUCE_USE_OGGVORBIS
  57. //#define JUCE_USE_OGGVORBIS
  58. #endif
  59. #ifndef JUCE_USE_MP3AUDIOFORMAT
  60. //#define JUCE_USE_MP3AUDIOFORMAT
  61. #endif
  62. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  63. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  64. #endif
  65. //==============================================================================
  66. // juce_audio_processors flags:
  67. #ifndef JUCE_PLUGINHOST_VST
  68. //#define JUCE_PLUGINHOST_VST
  69. #endif
  70. #ifndef JUCE_PLUGINHOST_AU
  71. //#define JUCE_PLUGINHOST_AU
  72. #endif
  73. //==============================================================================
  74. // juce_core flags:
  75. #ifndef JUCE_FORCE_DEBUG
  76. //#define JUCE_FORCE_DEBUG
  77. #endif
  78. #ifndef JUCE_LOG_ASSERTIONS
  79. //#define JUCE_LOG_ASSERTIONS
  80. #endif
  81. #ifndef JUCE_CHECK_MEMORY_LEAKS
  82. //#define JUCE_CHECK_MEMORY_LEAKS
  83. #endif
  84. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  85. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  86. #endif
  87. //==============================================================================
  88. // juce_graphics flags:
  89. #ifndef JUCE_USE_COREIMAGE_LOADER
  90. //#define JUCE_USE_COREIMAGE_LOADER
  91. #endif
  92. #ifndef JUCE_USE_DIRECTWRITE
  93. //#define JUCE_USE_DIRECTWRITE
  94. #endif
  95. //==============================================================================
  96. // juce_gui_basics flags:
  97. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  98. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  99. #endif
  100. #ifndef JUCE_USE_XSHM
  101. //#define JUCE_USE_XSHM
  102. #endif
  103. #ifndef JUCE_USE_XRENDER
  104. //#define JUCE_USE_XRENDER
  105. #endif
  106. #ifndef JUCE_USE_XCURSOR
  107. //#define JUCE_USE_XCURSOR
  108. #endif
  109. //==============================================================================
  110. // juce_gui_extra flags:
  111. #ifndef JUCE_WEB_BROWSER
  112. //#define JUCE_WEB_BROWSER
  113. #endif
  114. //==============================================================================
  115. // juce_video flags:
  116. #ifndef JUCE_DIRECTSHOW
  117. //#define JUCE_DIRECTSHOW
  118. #endif
  119. #ifndef JUCE_MEDIAFOUNDATION
  120. //#define JUCE_MEDIAFOUNDATION
  121. #endif
  122. #ifndef JUCE_QUICKTIME
  123. //#define JUCE_QUICKTIME
  124. #endif
  125. #ifndef JUCE_USE_CAMERA
  126. //#define JUCE_USE_CAMERA
  127. #endif
  128. #endif // __JUCE_APPCONFIG_IVABE4__