summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Desaulniers <desaulniers.patrick@carrefour.cegepvicto.ca>2018-10-01 20:00:47 -0400
committerDamien Zammit <damien@zamaudio.com>2018-12-18 20:00:11 +1100
commit36ed2663bae7349632eaa12aa22d883d314dc886 (patch)
tree784f4d3579ce59254ea3506ca53cf960405a9bd1
parentfcce190f4e64b4e478792a701dfd7b10ecb04c70 (diff)
Add flags for libsamplerate in ZamSFZ's Makefile && update dpf
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