This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Do not build d_latency as DSSI
pull/269/head
Jean Pierre Cimalando
4 years ago
parent
a4d8eb903c
commit
cb7f353ffc
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Latency/CMakeLists.txt
+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
Write
Preview
Loading…
Cancel
Save