From: Mike Brady Date: Sun, 22 May 2016 11:22:08 +0000 (+0100) Subject: Restore metadata feed, duh. X-Git-Tag: 2.8.3.10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12419dcfafaa12b5643eb04090ee9701fff81e12;p=thirdparty%2Fshairport-sync.git Restore metadata feed, duh. --- diff --git a/configure.ac b/configure.ac index 32b1cda7..dc9d7236 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], [2.8.3.9], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [2.8.3.10], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/mdns.h b/mdns.h index a591a3b7..4c1cf247 100644 --- a/mdns.h +++ b/mdns.h @@ -25,7 +25,7 @@ typedef struct { #define MDNS_RECORD_WITH_METADATA \ "sf=0x4", "fv=76400.10", "am=AirPort4,107", "vs=105.1", "tp=TCP,UDP", "vn=65537", \ - "ss=16", "sr=44100", "da=true", "sv=false", "et=0,1", "ek=1", "cn=0,1", "ch=2", "txtvers=1", config.password ? "pw=true" : "pw=false" + METADATA_EXPRESSION, "ss=16", "sr=44100", "da=true", "sv=false", "et=0,1", "ek=1", "cn=0,1", "ch=2", "txtvers=1", config.password ? "pw=true" : "pw=false" #endif