Browse Source

Fix build

tags/1.9.4
falkTX 10 years ago
parent
commit
fd809b243c
4 changed files with 6 additions and 3 deletions
  1. +0
    -1
      source/backend/plugin/DssiPlugin.cpp
  2. +4
    -0
      source/backend/plugin/LadspaPlugin.cpp
  3. +1
    -1
      source/modules/juce_audio_processors/Makefile
  4. +1
    -1
      source/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp

+ 0
- 1
source/backend/plugin/DssiPlugin.cpp View File

@@ -24,7 +24,6 @@
#include "CarlaMathUtils.hpp" #include "CarlaMathUtils.hpp"


#include <QtCore/QByteArray> #include <QtCore/QByteArray>
#include <QtCore/QString>


// ----------------------------------------------------- // -----------------------------------------------------




+ 4
- 0
source/backend/plugin/LadspaPlugin.cpp View File

@@ -23,12 +23,16 @@
#include "CarlaLadspaUtils.hpp" #include "CarlaLadspaUtils.hpp"
#include "CarlaMathUtils.hpp" #include "CarlaMathUtils.hpp"


// -----------------------------------------------------

CARLA_BACKEND_START_NAMESPACE CARLA_BACKEND_START_NAMESPACE


#if 0 #if 0
} }
#endif #endif


// -----------------------------------------------------

class LadspaPlugin : public CarlaPlugin class LadspaPlugin : public CarlaPlugin
{ {
public: public:


+ 1
- 1
source/modules/juce_audio_processors/Makefile View File

@@ -8,7 +8,7 @@ include ../../Makefile.mk


# -------------------------------------------------------------- # --------------------------------------------------------------


BUILD_CXX_FLAGS += $(JUCE_AUDIO_PROCESSORS_FLAGS) -I. -I../../includes/vst -I../../includes/vst3 -w
BUILD_CXX_FLAGS += $(JUCE_AUDIO_PROCESSORS_FLAGS) -I. -I../../includes/ladspa -I../../includes/vst -I../../includes/vst3 -w
LINK_FLAGS += $(JUCE_AUDIO_PROCESSORS_LIBS) -L.. -ljuce_audio_basics -ljuce_gui_basics -ljuce_graphics -ljuce_data_structures -ljuce_events -ljuce_core LINK_FLAGS += $(JUCE_AUDIO_PROCESSORS_LIBS) -L.. -ljuce_audio_basics -ljuce_gui_basics -ljuce_graphics -ljuce_data_structures -ljuce_events -ljuce_core


ifeq ($(MACOS),true) ifeq ($(MACOS),true)


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

@@ -26,7 +26,7 @@
} // (juce namespace) } // (juce namespace)
#include <ladspa.h>
#include "ladspa.h"
namespace juce namespace juce
{ {


Loading…
Cancel
Save