From: Mike Brady Date: Sun, 18 Sep 2016 13:54:46 +0000 (+0100) Subject: Change names of drift, resync, alsa buffer offset and alsa buffer length to distingui... X-Git-Tag: 3.0.d18~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0c173a3f24c32d8924eb47a26c448cb2ae5604c;p=thirdparty%2Fshairport-sync.git Change names of drift, resync, alsa buffer offset and alsa buffer length to distinguish them from the old 44100-based settings. Add warning messages. --- diff --git a/configure.ac b/configure.ac index 4ab4e6e6..bf3929da 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.0-d13], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.0-d14], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])