|
@@ -13,7 +13,9 @@ Fixes:
|
|
- http://autobuild.buildroot.org/results/92ed30a6855ca11800b779718822bcba4a69c9a3
|
|
- http://autobuild.buildroot.org/results/92ed30a6855ca11800b779718822bcba4a69c9a3
|
|
|
|
|
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
-[Upstream status: https://github.com/mikebrady/shairport-sync/pull/1263]
|
|
|
|
|
|
+Upstream: https://github.com/mikebrady/shairport-sync/pull/1263
|
|
|
|
+[Dario: make the patch to be applied with fuzz factor 0]
|
|
|
|
+Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
|
|
---
|
|
---
|
|
configure.ac | 9 ++++++++-
|
|
configure.ac | 9 ++++++++-
|
|
1 file changed, 8 insertions(+), 1 deletion(-)
|
|
1 file changed, 8 insertions(+), 1 deletion(-)
|
|
@@ -22,9 +24,9 @@ diff --git a/configure.ac b/configure.ac
|
|
index f77087c5..9b982c51 100644
|
|
index f77087c5..9b982c51 100644
|
|
--- a/configure.ac
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
+++ b/configure.ac
|
|
-@@ -304,7 +304,14 @@ AC_ARG_WITH(convolution, [AS_HELP_STRING([--with-convolution],[choose audio DSP
|
|
|
|
|
|
+@@ -303,7 +303,14 @@
|
|
|
|
+ AC_ARG_WITH(convolution, [AS_HELP_STRING([--with-convolution],[choose audio DSP convolution support])])
|
|
if test "x$with_convolution" = "xyes" ; then
|
|
if test "x$with_convolution" = "xyes" ; then
|
|
- AM_INIT_AUTOMAKE([subdir-objects])
|
|
|
|
AC_DEFINE([CONFIG_CONVOLUTION], 1, [Include audio DSP convolution support.])
|
|
AC_DEFINE([CONFIG_CONVOLUTION], 1, [Include audio DSP convolution support.])
|
|
- AC_CHECK_LIB([sndfile], [sf_open], , AC_MSG_ERROR(Convolution support requires the sndfile library -- libsndfile1-dev suggested!))
|
|
- AC_CHECK_LIB([sndfile], [sf_open], , AC_MSG_ERROR(Convolution support requires the sndfile library -- libsndfile1-dev suggested!))
|
|
+ if test "x${with_pkg_config}" = xyes ; then
|
|
+ if test "x${with_pkg_config}" = xyes ; then
|