From 96fcf5e1a5006fb43f245db02182dd7fd86a8161 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 10 Nov 2009 20:57:10 +0100 Subject: [PATCH] input/mms: require libmms 0.4 We're using API functions which are not available in 0.3. --- NEWS | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3c6fc4141..709cd6751 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ ver 0.15.6 (2009/??/??) * input: - lastfm: fixed variable name in GLib<2.16 code path + - input/mms: require libmms 0.4 * decoders: - ffmpeg: convert metadata * output_thread: check again if output is open on PAUSE diff --git a/configure.ac b/configure.ac index 047809a67..a57f72e2f 100644 --- a/configure.ac +++ b/configure.ac @@ -303,7 +303,7 @@ AC_ARG_ENABLE(mms, [enable the MMS protocol with libmms]),, [enable_mms=auto]) -MPD_AUTO_PKG(mms, MMS, [libmms], +MPD_AUTO_PKG(mms, MMS, [libmms >= 0.4], [libmms mms:// protocol support], [libmms not found]) if test x$enable_mms = xyes; then AC_DEFINE(ENABLE_MMS, 1,