summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------dpf0
-rw-r--r--plugins/ZamSFZ/Makefile4
2 files changed, 2 insertions, 2 deletions
diff --git a/dpf b/dpf
-Subproject 6d35b690e5399ceaf52b42443b0b3a94587122a
+Subproject afd69ec45d94e7696a78a011a3016a36ec80ce6
diff --git a/plugins/ZamSFZ/Makefile b/plugins/ZamSFZ/Makefile
index 2279b36..9dbd3fe 100644
--- a/plugins/ZamSFZ/Makefile
+++ b/plugins/ZamSFZ/Makefile
@@ -29,8 +29,8 @@ include ../../dpf/Makefile.plugins.mk
# --------------------------------------------------------------
# Extra flags
-BASE_FLAGS += $(shell pkg-config --cflags sndfile rubberband)
-LINK_FLAGS += $(shell pkg-config --libs sndfile rubberband)
+BASE_FLAGS += $(shell pkg-config --cflags sndfile rubberband samplerate)
+LINK_FLAGS += $(shell pkg-config --libs sndfile rubberband samplerate)
# --------------------------------------------------------------
# Enable all possible plugin types