From cb7f353ffc7e5ec26726ab582939f79f54982152 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Fri, 21 May 2021 20:52:32 +0200 Subject: [PATCH] Do not build d_latency as DSSI --- examples/Latency/CMakeLists.txt | 2 +- examples/Latency/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/Latency/CMakeLists.txt b/examples/Latency/CMakeLists.txt index aa6183ef..235b052d 100644 --- 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 index c0520530..2cac959a 100644 --- 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