summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-03-27 11:47:21 +0000
committerMike Brady <mikebrady@eircom.net>2019-03-27 11:47:21 +0000
commitff9c61302df0ff01f8e2f32f2d5b1e7ae05af244 (patch)
treeea12ac7d75ebeebad5062f19d3bfb37bcc217eef /configure.ac
parentd8835759162704b22a6dbb1007bc9360b7b9bb25 (diff)
Revert to snd_pcm_delay if an alsa output device does not provide timed delay updates and turn off disable_standby_mode in that case. Handle L16/44100/Stereo PCM streams.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4bdd21d..3bde2aa 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.3rc2], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])