]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update configure.ac 2.8.4.6
authorMike Brady <mikebrady@eircom.net>
Wed, 17 Aug 2016 19:21:39 +0000 (20:21 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Aug 2016 19:21:39 +0000 (20:21 +0100)
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.

configure.ac

index 0591b2c726110686cad5f2f47551f7ff48497e65..27630f2a3a7e4c01b765c76898a2d6dad57c5ad9 100644 (file)
@@ -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])