From: Mike Brady Date: Tue, 20 Nov 2018 22:58:06 +0000 (+0000) Subject: Rationalise some of the flush code -- reomve an inner loop, use the flush facility... X-Git-Tag: 3.3RC0~155^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4911dacc7c9309f3c3fa647218ce738eff5bc457;p=thirdparty%2Fshairport-sync.git Rationalise some of the flush code -- reomve an inner loop, use the flush facility for skipping to sync. --- diff --git a/configure.ac b/configure.ac index 5a75a007..4a5f68d3 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.3d26], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d27], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])