summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-17 11:31:28 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-17 11:31:28 +0000
commit4db9c117a25bcb428be2153188304d574a1edb4a (patch)
tree834a88f9a95db905bea9891515a4dceb223e0561 /configure.ac
parent14e867a66b2e983c0e130262bc9aa8c78d1d6b85 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01216fc..0e8bbb1 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])