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.

166 lines
4.1KB

  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_SLVVV6J__
  9. #define __JUCE_APPCONFIG_SLVVV6J__
  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_CDREADER
  43. //#define JUCE_USE_CDREADER
  44. #endif
  45. #ifndef JUCE_USE_CDBURNER
  46. //#define JUCE_USE_CDBURNER
  47. #endif
  48. //==============================================================================
  49. // juce_audio_formats flags:
  50. #ifndef JUCE_USE_FLAC
  51. //#define JUCE_USE_FLAC
  52. #endif
  53. #ifndef JUCE_USE_OGGVORBIS
  54. //#define JUCE_USE_OGGVORBIS
  55. #endif
  56. #ifndef JUCE_USE_MP3AUDIOFORMAT
  57. //#define JUCE_USE_MP3AUDIOFORMAT
  58. #endif
  59. //==============================================================================
  60. // juce_audio_processors flags:
  61. #ifndef JUCE_PLUGINHOST_VST
  62. #define JUCE_PLUGINHOST_VST 0
  63. #endif
  64. #ifndef JUCE_PLUGINHOST_AU
  65. #define JUCE_PLUGINHOST_AU 0
  66. #endif
  67. //==============================================================================
  68. // juce_core flags:
  69. #ifndef JUCE_FORCE_DEBUG
  70. //#define JUCE_FORCE_DEBUG
  71. #endif
  72. #ifndef JUCE_LOG_ASSERTIONS
  73. //#define JUCE_LOG_ASSERTIONS
  74. #endif
  75. #ifndef JUCE_CHECK_MEMORY_LEAKS
  76. //#define JUCE_CHECK_MEMORY_LEAKS
  77. #endif
  78. #ifndef JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  79. //#define JUCE_DONT_AUTOLINK_TO_WIN32_LIBRARIES
  80. #endif
  81. //==============================================================================
  82. // juce_graphics flags:
  83. #ifndef JUCE_USE_COREIMAGE_LOADER
  84. //#define JUCE_USE_COREIMAGE_LOADER
  85. #endif
  86. #ifndef JUCE_USE_DIRECTWRITE
  87. //#define JUCE_USE_DIRECTWRITE
  88. #endif
  89. //==============================================================================
  90. // juce_gui_basics flags:
  91. #ifndef JUCE_ENABLE_REPAINT_DEBUGGING
  92. //#define JUCE_ENABLE_REPAINT_DEBUGGING
  93. #endif
  94. #ifndef JUCE_USE_XSHM
  95. //#define JUCE_USE_XSHM
  96. #endif
  97. #ifndef JUCE_USE_XRENDER
  98. //#define JUCE_USE_XRENDER
  99. #endif
  100. #ifndef JUCE_USE_XCURSOR
  101. //#define JUCE_USE_XCURSOR
  102. #endif
  103. //==============================================================================
  104. // juce_gui_extra flags:
  105. #ifndef JUCE_WEB_BROWSER
  106. //#define JUCE_WEB_BROWSER
  107. #endif
  108. //==============================================================================
  109. // juce_video flags:
  110. #ifndef JUCE_DIRECTSHOW
  111. //#define JUCE_DIRECTSHOW
  112. #endif
  113. #ifndef JUCE_MEDIAFOUNDATION
  114. //#define JUCE_MEDIAFOUNDATION
  115. #endif
  116. #ifndef JUCE_QUICKTIME
  117. //#define JUCE_QUICKTIME
  118. #endif
  119. #ifndef JUCE_USE_CAMERA
  120. //#define JUCE_USE_CAMERA
  121. #endif
  122. #endif // __JUCE_APPCONFIG_SLVVV6J__