DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit cb7f353ffc7e5ec26726ab582939f79f54982152
parent a4d8eb903c1c2595ea88d556e7af9c686272c20b
Author: Jean Pierre Cimalando <jp-dev@inbox.ru>
Date:   Fri, 21 May 2021 20:52:05 +0200

Do not build d_latency as DSSI

Diffstat:
Mexamples/Latency/CMakeLists.txt | 2+-
Mexamples/Latency/Makefile | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/Latency/CMakeLists.txt b/examples/Latency/CMakeLists.txt @@ -2,7 +2,7 @@ # ------------------------------ # dpf_add_plugin(d_latency - TARGETS ladspa dssi lv2 vst + TARGETS ladspa lv2 vst FILES_DSP LatencyExamplePlugin.cpp) diff --git a/examples/Latency/Makefile b/examples/Latency/Makefile @@ -25,7 +25,6 @@ include ../../Makefile.plugins.mk ifneq ($(MACOS_OR_WINDOWS),true) TARGETS += ladspa -TARGETS += dssi endif TARGETS += lv2_dsp