aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9dfadb167..06851ccf4 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@ ver 0.14.0 (????/??/??)
- ffmpeg: new plugin
- wavpack: new plugin
- aac: stream support added
+ - mod: disabled by default due to critical bugs in all libmikmod versions
* commands:
- "addid" takes optional second argument to specify position
- "idle" notifies the client when a notable change occurs
diff --git a/configure.ac b/configure.ac
index dc99e4196..091134b86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,7 +220,7 @@ AC_ARG_ENABLE(mod,
AS_HELP_STRING([--enable-mod],
[enable MOD support (default: disable)]),
enable_mod=$enableval,
- enable_mod=yes)
+ enable_mod=no)
AC_ARG_ENABLE(mpc,
AS_HELP_STRING([--disable-mpc],