summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-09 22:26:41 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-09 22:26:41 +0100
commitd9650cd8a05eed44717c0cb4d7a826787bfbfb00 (patch)
treee44d664e6114083f515e63d132e1965bb88dc537 /configure.ac
parenta5d0c1a911f2dc9d9e16af24db5ca33d54072b10 (diff)
libsamplerate static build fix
Diffstat (limited to 'configure.ac')
-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
], [