From: Mike Brady Date: Sat, 31 Mar 2018 16:35:30 +0000 (+0100) Subject: Make scanning for DACP port part of the dacp handler. Only emit 'clip' and 'svip... X-Git-Tag: 3.2RC1~7^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c99de7baacaef12a0ba74db4ebbe7eee480dcc;p=thirdparty%2Fshairport-sync.git Make scanning for DACP port part of the dacp handler. Only emit 'clip' and 'svip' for a play connection, suppress 'pfls' until 'pffr' has been emitted --- diff --git a/configure.ac b/configure.ac index aa29df69..eb0ce32b 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.2d32], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d33], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])