From: Mike Brady Date: Thu, 14 May 2020 19:45:52 +0000 (+0100) Subject: Fix calculation of latency -- honour the signs of the offset and account for the... X-Git-Tag: 3.3.7d12~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d75679bedab7fe4bd9ae63fb037d6cc7e8d407;p=thirdparty%2Fshairport-sync.git Fix calculation of latency -- honour the signs of the offset and account for the DAC buffer size. --- diff --git a/configure.ac b/configure.ac index ebc1122f..7f148707 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.3.7d4], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d5], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])