Browse Source

info test plugin uses transport, so it shouldn't have DSSI exported

pull/2/head
falkTX 10 years ago
parent
commit
6e47b6f639
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      dpf
  2. +2
    -2
      plugins/Info/Makefile

+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit b574386cede7cf1081939dc62f2e48513a31ef78
Subproject commit d362fed0020b0ba78b452b709b7e9ebb1334c2f8

+ 2
- 2
plugins/Info/Makefile View File

@@ -27,9 +27,9 @@ include ../Makefile.mk
# Enable all possible plugin types

ifeq ($(LINUX),true)
all: jack dssi lv2_sep vst
all: jack lv2_sep vst
else
all: dssi lv2_sep vst
all: lv2_sep vst
endif

# --------------------------------------------------------------

Loading…
Cancel
Save