configure.ac: allow building MPD without output plugin
MPD can easily be used as a database provider for the proxy database plugin. In that case, it needs only one "null" output, and no real output plugin.
This commit is contained in:
parent
ef02b20811
commit
d6c08fb79f
21
configure.ac
21
configure.ac
@ -1423,27 +1423,6 @@ esac
|
|||||||
|
|
||||||
AM_CONDITIONAL(ENABLE_WINMM_OUTPUT, test x$enable_winmm_output = xyes)
|
AM_CONDITIONAL(ENABLE_WINMM_OUTPUT, test x$enable_winmm_output = xyes)
|
||||||
|
|
||||||
dnl --------------------- Post Audio Output Plugins Tests ---------------------
|
|
||||||
if
|
|
||||||
test x$enable_alsa = xno &&
|
|
||||||
test x$enable_roar = xno &&
|
|
||||||
test x$enable_ao = xno &&
|
|
||||||
test x$enable_fifo = xno &&
|
|
||||||
test x$enable_httpd_output = xno &&
|
|
||||||
test x$enable_jack = xno &&
|
|
||||||
test x$enable_openal = xno &&
|
|
||||||
test x$enable_oss = xno &&
|
|
||||||
test x$enable_osx = xno &&
|
|
||||||
test x$enable_pipe_output = xno &&
|
|
||||||
test x$enable_pulse = xno &&
|
|
||||||
test x$enable_recorder_output = xno &&
|
|
||||||
test x$enable_shout = xno &&
|
|
||||||
test x$enable_solaris_output = xno &&
|
|
||||||
test x$enable_winmm_output = xno; then
|
|
||||||
|
|
||||||
AC_MSG_ERROR([No Audio Output types configured!])
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl Documentation
|
dnl Documentation
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user