Commit 864dee82 authored by Max Kellermann's avatar Max Kellermann

configure.ac: disable MMS by default

MMS streaming is experimental; sync the default value with the help text.
parent 27c5b90d
......@@ -250,7 +250,7 @@ AM_CONDITIONAL(HAVE_CURL, test x$enable_curl = xyes)
AC_ARG_ENABLE(mms,
AS_HELP_STRING([--enable-mms],
[enable the MMS protocol with libmms (default: disable)]),,
[enable_mms=yes])
[enable_mms=no])
if test x$enable_mms = xyes; then
PKG_CHECK_MODULES(MMS, [libmms],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment