From: Mike Brady Date: Mon, 15 Apr 2019 16:07:34 +0000 (+0100) Subject: Turn on the configuration flag for building soxr support in when the pkg_config is... X-Git-Tag: 3.3rc4~2^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cbaa15bdd5f480d0385e9bf916c354596407079;p=thirdparty%2Fshairport-sync.git Turn on the configuration flag for building soxr support in when the pkg_config is not available. --- diff --git a/configure.ac b/configure.ac index e466adbe..f019be3f 100644 --- a/configure.ac +++ b/configure.ac @@ -184,8 +184,8 @@ AC_ARG_WITH(ssl, [ choose --with-ssl=openssl, --with-ssl=mbedtls or --with-ssl=p # Look for soxr flag AC_ARG_WITH(soxr, [ --with-soxr = choose libsoxr for high-quality interpolation], [ AC_MSG_RESULT(>>Including support for soxr-based interpolation) + AC_DEFINE([CONFIG_SOXR], 1, [Include support for using the SoX Resampler library for interpolation]) if test "x${with_pkg_config}" = xyes ; then - AC_DEFINE([CONFIG_SOXR], 1, [Include support for using the SoX Resampler library for interpolation]) PKG_CHECK_MODULES( [SOXR], [soxr], [LIBS="${SOXR_LIBS} ${LIBS}"],