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