]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix mixing of mono -- do 32-bit add and preserve all 17 bits for later dithering
authorMike Brady <mikebrady@eircom.net>
Thu, 11 May 2017 06:04:39 +0000 (07:04 +0100)
committerMike Brady <mikebrady@eircom.net>
Thu, 11 May 2017 06:04:39 +0000 (07:04 +0100)
configure.ac

index efefe06c08ee3c165d71c52881950ce38319110c..ef9013f7d5e52a7825aa1901ee3122202ff7cd6d 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.1d14], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.1d15], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])