From: Mike Brady Date: Sat, 24 Jun 2017 17:23:03 +0000 (+0100) Subject: Some calls to the "die" function need to be preceded by unlocking the alsa mutex. X-Git-Tag: 3.1~10^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913ee70487c61db536d05a869dfe4f689db0cc12;p=thirdparty%2Fshairport-sync.git Some calls to the "die" function need to be preceded by unlocking the alsa mutex. --- diff --git a/configure.ac b/configure.ac index cf9a3ecf..f37b891d 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.1d20], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d21], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])