From: Mike Brady Date: Fri, 5 Jun 2020 16:23:10 +0000 (+0100) Subject: Clean up code for the silent lead-in on a non-syncing back end e.g. a pipe. Clean... X-Git-Tag: 3.3.7d12~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f526063f1a49b340824ac03be39cdb83dfb9d5;p=thirdparty%2Fshairport-sync.git Clean up code for the silent lead-in on a non-syncing back end e.g. a pipe. Clean up pipe creation and initial opening and associated error messages. Fix error with warning/die messages. Tidy up some debug messages. --- diff --git a/configure.ac b/configure.ac index f20b0a4a..22facc97 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.7d8], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3.7d9], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])