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

2
NEWS
View File

@ -1,6 +1,8 @@
ver 0.16.1 (2010/??/??) ver 0.16.1 (2010/??/??)
* audio_check: fix parameter in prototype * audio_check: fix parameter in prototype
* add void casts to suppress "result unused" warnings (clang) * add void casts to suppress "result unused" warnings (clang)
* input:
- ffado: disable by default
* decoder: * decoder:
- mad: work around build failure on Solaris - mad: work around build failure on Solaris
* output: * output:

View File

@ -157,7 +157,7 @@ AC_ARG_ENABLE(documentation,
AC_ARG_ENABLE(ffado, AC_ARG_ENABLE(ffado,
AS_HELP_STRING([--enable-ffado], [enable libffado (FireWire) support]),, AS_HELP_STRING([--enable-ffado], [enable libffado (FireWire) support]),,
[enable_ffado=auto]) [enable_ffado=no])
AC_ARG_ENABLE(ffmpeg, AC_ARG_ENABLE(ffmpeg,
AS_HELP_STRING([--enable-ffmpeg], AS_HELP_STRING([--enable-ffmpeg],