From: Mike Brady Date: Fri, 21 Jul 2017 10:30:54 +0000 (+0200) Subject: Move common audio backend settings like buffer size and offsets to the "general"... X-Git-Tag: 3.1~10^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7642b8ba3de3d203f77580a8975bfc0b3e5375;p=thirdparty%2Fshairport-sync.git Move common audio backend settings like buffer size and offsets to the "general" settings stanza. Improve the resync code a little. --- diff --git a/configure.ac b/configure.ac index 0cdb457a..aae2b43c 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.1d23], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d24], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])