From: Mike Brady Date: Fri, 18 May 2018 07:34:30 +0000 (+0100) Subject: Drop a player_flush request if a read lock can't be acquired on the player thread. X-Git-Tag: 3.2RC8~2^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba59ea96044651d614c626e2d2f1e1064eec8bf1;p=thirdparty%2Fshairport-sync.git Drop a player_flush request if a read lock can't be acquired on the player thread. --- diff --git a/configure.ac b/configure.ac index 06ac2ec0..d954b771 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.2d54], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d55], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])