Experiment with Ildaeil plugin scanning on main thread, for AU
This commit is contained in:
parent
46c333a0fe
commit
4c4c3ae135
3 changed files with 91 additions and 72 deletions
9
Makefile
9
Makefile
|
|
@ -22,9 +22,12 @@ CARLA_EXTRA_ARGS = \
|
|||
HAVE_FFMPEG=false \
|
||||
HAVE_FLUIDSYNTH=false \
|
||||
HAVE_LIBMAGIC=false \
|
||||
HAVE_SNDFILE=false \
|
||||
USING_JUCE=false \
|
||||
USING_JUCE_GUI_EXTRA=false
|
||||
HAVE_SNDFILE=false
|
||||
|
||||
ifneq ($(MACOS),true)
|
||||
CARLA_EXTRA_ARGS += USING_JUCE=false
|
||||
CARLA_EXTRA_ARGS += USING_JUCE_GUI_EXTRA=false
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Check for system-wide dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue