Browse Source

Allow local ladspa file

Signed-off-by: falkTX <falktx@falktx.com>
develop-distrho
falkTX 2 years ago
parent
commit
a5d03afdc4
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp

+ 1
- 1
modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp View File

@@ -25,7 +25,7 @@
#if JUCE_PLUGINHOST_LADSPA && (JUCE_LINUX || JUCE_BSD)
#include <ladspa.h>
#include "ladspa.h"
namespace juce
{


Loading…
Cancel
Save