summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-04-02 14:26:39 +0100
committerMike Brady <mikebrady@eircom.net>2019-04-02 14:26:39 +0100
commitdf95e7fb25286290f1d4253bdd7ec49cc0f9bc2c (patch)
tree8540184552e9e725208907d828be2dc712872143 /configure.ac
parent98c8d04e0395be3ee151c7c4d32bcca94c00ed94 (diff)
Improve the calculation of the length of the initial buffer of silence, to make it reasonably long in order to be better able to fill deep DAC buffers without underflow.
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 3bde2aa..7379a65 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.3rc2], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3rc3], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])