]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Make endian-independent. Allow users to specify only U8/S8/S16/S24/S32
authorMike Brady <mikebrady@eircom.net>
Mon, 12 Sep 2016 21:17:41 +0000 (22:17 +0100)
committerMike Brady <mikebrady@eircom.net>
Mon, 12 Sep 2016 21:17:41 +0000 (22:17 +0100)
configure.ac

index 4ba651d76d78deceef04bffd330fced3b1320aae..4ab4e6e6c2d4095908869d4c31072d51b87c584f 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.0-d12], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.0-d13], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])