configure.ac: disable the FFADO plugin by default

It is known to crash instantly.
This commit is contained in:
Max Kellermann
2010-12-22 07:25:39 +01:00
parent fb00e7fddc
commit 76cddfab90
2 changed files with 3 additions and 1 deletions

View File

@@ -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],