configure.ac: disable the FFADO plugin by default
It is known to crash instantly.
This commit is contained in:
parent
fb00e7fddc
commit
76cddfab90
2
NEWS
2
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:
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue