summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-08 14:13:04 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-08 14:13:04 +0000
commit697d654b4144da78eef40341103471f78a936a58 (patch)
tree2b530a11e3045663c44f9e5de8df25d72111b6c0 /configure.ac
parente5452e51725fbc28d6dbe4b112ddf94eb4c4f223 (diff)
Make the idle timeout on the RTSP link the same as the overall timeout -- 30 seconds is a bit short. Add checks to the alsa interface timing -- 15 ms to write a packet of frames, 1 ms to ask for the delay.
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 8f3248a..7d20902 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.3d34], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d35], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])