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.

173 lines
4.2KB

  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_core 1
  16. #define JUCE_MODULE_AVAILABLE_juce_cryptography 1
  17. #define JUCE_MODULE_AVAILABLE_juce_data_structures 1
  18. #define JUCE_MODULE_AVAILABLE_juce_events 1
  19. #define JUCE_MODULE_AVAILABLE_juce_graphics 1
  20. #define JUCE_MODULE_AVAILABLE_juce_gui_basics 1
  21. #define JUCE_MODULE_AVAILABLE_juce_gui_extra 1
  22. #define JUCE_MODULE_AVAILABLE_juce_opengl 1
  23. #define JUCE_MODULE_AVAILABLE_juce_video 1
  24. //==============================================================================
  25. // juce_audio_devices flags:
  26. #ifndef JUCE_ASIO
  27. //#define JUCE_ASIO
  28. #endif
  29. #ifndef JUCE_WASAPI
  30. //#define JUCE_WASAPI
  31. #endif
  32. #ifndef JUCE_DIRECTSOUND
  33. //#define JUCE_DIRECTSOUND
  34. #endif
  35. #ifndef JUCE_ALSA
  36. //#define JUCE_ALSA
  37. #endif
  38. #ifndef JUCE_JACK
  39. //#define JUCE_JACK
  40. #endif
  41. #ifndef JUCE_USE_ANDROID_OPENSLES
  42. //#define JUCE_USE_ANDROID_OPENSLES
  43. #endif
  44. #ifndef JUCE_USE_CDREADER
  45. //#define JUCE_USE_CDREADER
  46. #endif
  47. #ifndef JUCE_USE_CDBURNER
  48. //#define JUCE_USE_CDBURNER
  49. #endif
  50. //==============================================================================
  51. // juce_audio_formats flags:
  52. #ifndef JUCE_USE_FLAC
  53. //#define JUCE_USE_FLAC
  54. #endif
  55. #ifndef JUCE_USE_OGGVORBIS
  56. //#define JUCE_USE_OGGVORBIS
  57. #endif
  58. #ifndef JUCE_USE_MP3AUDIOFORMAT
  59. //#define JUCE_USE_MP3AUDIOFORMAT
  60. #endif
  61. #ifndef JUCE_USE_WINDOWS_MEDIA_FORMAT
  62. //#define JUCE_USE_WINDOWS_MEDIA_FORMAT
  63. #endif
  64. //==============================================================================
  65. // juce_audio_processors flags:
  66. #ifndef JUCE_PLUGINHOST_VST
  67. //#define JUCE_PLUGINHOST_VST
  68. #endif
  69. #ifndef JUCE_PLUGINHOST_AU
  70. //#define JUCE_PLUGINHOST_AU
  71. #endif
  72. //==============================================================================
  73. // juce_core flags:
  74. #ifndef JUCE_FORCE_DEBUG
  75. //#define JUCE_FORCE_DEBUG
  76. #endif
  77. #ifndef JUCE_LOG_ASSERTIONS
  78. //#define JUCE_LOG_ASSERTIONS
  79. #endif
  80. #ifndef JUCE_CHECK_MEMORY_LEAKS
  81. //#define JUCE_CHECK_MEMORY_LEAKS
  82. #endif
  83. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  84. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  85. #endif
  86. //==============================================================================
  87. // juce_graphics flags:
  88. #ifndef JUCE_USE_COREIMAGE_LOADER
  89. //#define JUCE_USE_COREIMAGE_LOADER
  90. #endif
  91. #ifndef JUCE_USE_DIRECTWRITE
  92. //#define JUCE_USE_DIRECTWRITE
  93. #endif
  94. //==============================================================================
  95. // juce_gui_basics flags:
  96. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  97. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  98. #endif
  99. #ifndef JUCE_USE_XSHM
  100. //#define JUCE_USE_XSHM
  101. #endif
  102. #ifndef JUCE_USE_XRENDER
  103. //#define JUCE_USE_XRENDER
  104. #endif
  105. #ifndef JUCE_USE_XCURSOR
  106. //#define JUCE_USE_XCURSOR
  107. #endif
  108. //==============================================================================
  109. // juce_gui_extra flags:
  110. #ifndef JUCE_WEB_BROWSER
  111. //#define JUCE_WEB_BROWSER
  112. #endif
  113. //==============================================================================
  114. // juce_video flags:
  115. #ifndef JUCE_DIRECTSHOW
  116. //#define JUCE_DIRECTSHOW
  117. #endif
  118. #ifndef JUCE_MEDIAFOUNDATION
  119. //#define JUCE_MEDIAFOUNDATION
  120. #endif
  121. #ifndef JUCE_QUICKTIME
  122. //#define JUCE_QUICKTIME
  123. #endif
  124. #ifndef JUCE_USE_CAMERA
  125. //#define JUCE_USE_CAMERA
  126. #endif
  127. #endif // __JUCE_APPCONFIG_IVABE4__