Browse Source

Skip JuceLV2Defines.h include if JucePlugin_LV2URI is already set

Signed-off-by: falkTX <falktx@falktx.com>
v7.0.9-distrho
falkTX 1 year ago
parent
commit
cfcead0a00
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      modules/juce_audio_plugin_client/juce_audio_plugin_client_LV2.cpp

+ 4
- 1
modules/juce_audio_plugin_client/juce_audio_plugin_client_LV2.cpp View File

@@ -45,7 +45,10 @@
#include <juce_audio_processors/utilities/juce_FlagCache.h>
#include <juce_audio_processors/format_types/juce_LegacyAudioParameter.cpp>
#include "JuceLV2Defines.h"
#ifndef JucePlugin_LV2URI
#include "JuceLV2Defines.h"
#endif
#include <juce_audio_processors/format_types/juce_LV2Common.h>
#include <fstream>


Loading…
Cancel
Save