From: Mike Brady Date: Sun, 23 Apr 2017 11:37:31 +0000 (+0100) Subject: Add a "run_this_when_volume_is_set" facility to call a program when the volume is... X-Git-Tag: 3.1d16~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47cf19620c7e96b36316744ce13c18eaac165b7d;p=thirdparty%2Fshairport-sync.git Add a "run_this_when_volume_is_set" facility to call a program when the volume is set. The AirPlay volume is passed. --- diff --git a/configure.ac b/configure.ac index 93b0f4aa..acbea7cd 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.1d7], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.1d8], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])