Commit 76cddfab authored by Max Kellermann's avatar Max Kellermann

configure.ac: disable the FFADO plugin by default

It is known to crash instantly.
parent fb00e7fd
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:
......
...@@ -157,7 +157,7 @@ AC_ARG_ENABLE(documentation, ...@@ -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],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment