Browse Source

Do not build d_latency as DSSI

pull/269/head
Jean Pierre Cimalando 4 years ago
parent
commit
cb7f353ffc
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      examples/Latency/CMakeLists.txt
  2. +0
    -1
      examples/Latency/Makefile

+ 1
- 1
examples/Latency/CMakeLists.txt View File

@@ -2,7 +2,7 @@
# ------------------------------ #

dpf_add_plugin(d_latency
TARGETS ladspa dssi lv2 vst
TARGETS ladspa lv2 vst
FILES_DSP
LatencyExamplePlugin.cpp)



+ 0
- 1
examples/Latency/Makefile View File

@@ -25,7 +25,6 @@ include ../../Makefile.plugins.mk

ifneq ($(MACOS_OR_WINDOWS),true)
TARGETS += ladspa
TARGETS += dssi
endif

TARGETS += lv2_dsp


Loading…
Cancel
Save