From: Mike Brady Date: Mon, 18 Mar 2019 11:22:21 +0000 (+0000) Subject: Add the ability to receive uncompressed 16 bit big-endian (?) / 44,100 fps / interlea... X-Git-Tag: 3.3RC2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76f2aa37000150c2d2beb6f20bdcddd8aea8522;p=thirdparty%2Fshairport-sync.git Add the ability to receive uncompressed 16 bit big-endian (?) / 44,100 fps / interleaved stereo PCM. --- diff --git a/configure.ac b/configure.ac index 4bdd21d1..ccb7f0f9 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.3rc1], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3rc1pcm0], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])