From: Mike Brady Date: Sat, 25 Aug 2018 12:09:43 +0000 (+0100) Subject: Sometimes libsoxr is built to rely on libavutil. If libavutil is detected, link to... X-Git-Tag: 3.3RC0~240^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39c46dbc77717f1ddd8c3fcef7ecf4dcb30e70be;p=thirdparty%2Fshairport-sync.git Sometimes libsoxr is built to rely on libavutil. If libavutil is detected, link to it when building libsoxr. Add pgk_config support to soxr selection. --- diff --git a/configure.ac b/configure.ac index 2b6fddb3..508faf9b 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d3], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3avs0], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])