summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2019-01-04 17:30:56 +0000
committerMike Brady <mikebrady@eircom.net>2019-01-04 17:30:56 +0000
commit43a2813b8c12e96dc0e8d796bf51d857271b652a (patch)
tree87e1d7bf4a12d9120a7e4d936dca98136270cb12 /configure.ac
parent80f15e1f574f060d9f644eef176ecb37d775ddfd (diff)
Extensive changes to alsa delay() and play() -- recover from XRUN _after_ sending frames; doesn't work otherwise. Update soxr buffer threshold code. Improve missing libsoxr message. Fix syntax of progress metadata. Stop dropping YouTube metadata -- the indication it was invalid is unsafe.
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 f6a1c0f..6f3d150 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.3d43], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.3d44], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])