From: Mike Brady Date: Mon, 17 Dec 2018 11:31:28 +0000 (+0000) Subject: use dither if using software mixer (i.e. no hardware mixer and not ignoring the volum... X-Git-Tag: 3.3RC0~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db9c117a25bcb428be2153188304d574a1edb4a;p=thirdparty%2Fshairport-sync.git use dither if using software mixer (i.e. no hardware mixer and not ignoring the volume control) -- fix a mistake in accounting for the ignore_volume_control setting. --- diff --git a/configure.ac b/configure.ac index 01216fcc..0e8bbb1b 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.3d39], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d40], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])