From: Mike Brady Date: Thu, 17 May 2018 09:59:16 +0000 (+0100) Subject: Move to using pthread_cancel in place of pthread_kill -- due to a problem in CYGWIN... X-Git-Tag: 3.2RC8~2^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fdcaf4cb0dfb6d3d1db83333503b602a04ef993;p=thirdparty%2Fshairport-sync.git Move to using pthread_cancel in place of pthread_kill -- due to a problem in CYGWIN, but the move makes the code simpler and more rugged. Tidy up the code a bit and remove a clobbering warning. Fix a bug casung excessive resend requests. --- diff --git a/configure.ac b/configure.ac index 7191775b..70e5fa0a 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.2d52], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d53], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])