summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8672ecfe..57303d12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -599,7 +599,9 @@ AS_IF([test "${enable_nullout}" != "no"], [
AS_IF([test "${enable_src}" != "no"], [
AS_IF([test "${enable_staticlink}" != "no"], [
+ LIBSAMPLERATE_DEPS_CFLAGS="-I../../$LIB/include"
LIBSAMPLERATE_DEPS_LIBS="../../$LIB/lib/libsamplerate.a -lpthread ${DL_LIBS}"
+ AC_SUBST(LIBSAMPLERATE_DEPS_CFLAGS)
AC_SUBST(LIBSAMPLERATE_DEPS_LIBS)
HAVE_DSP_SRC=yes
], [