From: Mike Brady Date: Sat, 3 Feb 2018 21:02:48 +0000 (+0000) Subject: Add timing to debug messages, make timing sender wait interruptable every 20 ms,... X-Git-Tag: 3.2d29~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f9ac47a73ae70cd8021303dcbc07dc9b24086b2;p=thirdparty%2Fshairport-sync.git Add timing to debug messages, make timing sender wait interruptable every 20 ms, thus making TEARDOWN faster. Remove 100 mS delay fudge at the close of a player thread. Probably don't need it. Also note prior move of player_play to RECORD from SETUP, I think --- diff --git a/configure.ac b/configure.ac index c362579a..f788b2a5 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.2d25], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d26], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])