Browse Source

Modified compile-time error to warn the user that juce_audio_devices module is also needed when building AUv3s

tags/2021-05-28
hogliux 8 years ago
parent
commit
2fd331fac7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp

+ 1
- 1
modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp View File

@@ -23,7 +23,7 @@
*/
#if ! JUCE_MODULE_AVAILABLE_juce_audio_utils
#error To compile AudioUnitv3 and/or Standalone plug-ins, you need to add the juce_audio_utils module!
#error To compile AudioUnitv3 and/or Standalone plug-ins, you need to add the juce_audio_utils and juce_audio_devices modules!
#endif
#include "Standalone/juce_StandaloneFilterApp.cpp"


Loading…
Cancel
Save