From: Mike Brady Date: Wed, 17 Aug 2016 19:21:39 +0000 (+0100) Subject: Update configure.ac X-Git-Tag: 2.8.4.6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25fafcc6463158982f136f7266609059e0f74434;p=thirdparty%2Fshairport-sync.git Update configure.ac Combines 2.8.4.6 and 2.8.4.5 Add a new `alsa` configuration setting: `use_mmap_if_available` to control the use of mmap. Handle varying packet lengths -- this makes it compatible with the HTC Connect, HTCs AirPlay implementation. --- diff --git a/configure.ac b/configure.ac index 0591b2c7..27630f2a 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], [2.8.4.5], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [2.8.4.6], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])