aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 38bc0e6a8..7da06ed95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.16.1 (2010/??/??)
* audio_check: fix parameter in prototype
* add void casts to suppress "result unused" warnings (clang)
+* input:
+ - ffado: disable by default
* decoder:
- mad: work around build failure on Solaris
* output:
diff --git a/configure.ac b/configure.ac
index 18f56779b..c2e1f09f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ AC_ARG_ENABLE(documentation,
AC_ARG_ENABLE(ffado,
AS_HELP_STRING([--enable-ffado], [enable libffado (FireWire) support]),,
- [enable_ffado=auto])
+ [enable_ffado=no])
AC_ARG_ENABLE(ffmpeg,
AS_HELP_STRING([--enable-ffmpeg],