]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Make the UDP sockets blocking rather than non-blocking, but set a two millisecond...
authorMike Brady <mikebrady@eircom.net>
Wed, 9 May 2018 08:31:42 +0000 (09:31 +0100)
committerMike Brady <mikebrady@eircom.net>
Wed, 9 May 2018 08:31:42 +0000 (09:31 +0100)
configure.ac

index 66816c8a1afc1dda0ce6ca673a32bf684adb4603..699dba607cb8fee05d1dd8b1e1536014924f249b 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.50])
-AC_INIT([shairport-sync], [3.2d47], [mikebrady@eircom.net])
+AC_INIT([shairport-sync], [3.2d48], [mikebrady@eircom.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([shairport.c])
 AC_CONFIG_HEADERS([config.h])