From: Mike Brady Date: Fri, 4 May 2018 17:27:39 +0000 (+0100) Subject: If it's an AirPlay user agent up to and including version 363 (iOS 11.1.2) use the... X-Git-Tag: 3.2RC6~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb64c644a627f9546445930cd8aa76f5033f83f0;p=thirdparty%2Fshairport-sync.git If it's an AirPlay user agent up to and including version 363 (iOS 11.1.2) use the old offset calculation by adding 11,205 frames to the offset. --- diff --git a/configure.ac b/configure.ac index 5bb0fb64..ce66e32d 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.2d44], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.2d45], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])