From: Mike Brady Date: Sat, 1 Dec 2018 17:13:20 +0000 (+0000) Subject: Fix a non-initialisation of parameters if no h/w mixer used. Add a few diagnostics... X-Git-Tag: 3.3RC0~122^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3644300db15292ad4cee3d2d6a85e2fb2e93259c;p=thirdparty%2Fshairport-sync.git Fix a non-initialisation of parameters if no h/w mixer used. Add a few diagnostics, tidy up initial diagnostic message, add verbosity level and whether mixer used. --- diff --git a/configure.ac b/configure.ac index 5c2874e1..ca23c4e4 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.3d30], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d31], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])