configure.ac: Move ALSA to Audio Output Plugins (nonstreaming), add subheader.
This commit is contained in:
parent
191e520999
commit
c3ecb5aa5e
24
configure.ac
24
configure.ac
@ -858,6 +858,19 @@ dnl ---------------------------------------------------------------------------
|
|||||||
dnl Audio Output Plugins (Nonstreaming)
|
dnl Audio Output Plugins (Nonstreaming)
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
dnl ----------------------------------- ALSA ----------------------------------
|
||||||
|
MPD_AUTO_PKG(alsa, ALSA, [alsa >= 0.9.0],
|
||||||
|
[ALSA output plugin], [libasound not found])
|
||||||
|
|
||||||
|
if test x$enable_alsa = xyes; then
|
||||||
|
AC_DEFINE(HAVE_ALSA, 1, [Define to enable ALSA support])
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_CONDITIONAL(HAVE_ALSA, test x$enable_alsa = xyes)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
MPD_AUTO_PKG(ao, AO, [ao],
|
MPD_AUTO_PKG(ao, AO, [ao],
|
||||||
[libao output plugin], [libao not found])
|
[libao output plugin], [libao not found])
|
||||||
if test x$enable_ao = xyes; then
|
if test x$enable_ao = xyes; then
|
||||||
@ -974,17 +987,6 @@ fi
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAVE_MVP, test x$enable_mvp = xyes)
|
AM_CONDITIONAL(HAVE_MVP, test x$enable_mvp = xyes)
|
||||||
|
|
||||||
MPD_AUTO_PKG(alsa, ALSA, [alsa >= 0.9.0],
|
|
||||||
[ALSA output plugin], [libasound not found])
|
|
||||||
|
|
||||||
if test x$enable_alsa = xyes; then
|
|
||||||
AC_DEFINE(HAVE_ALSA, 1, [Define to enable ALSA support])
|
|
||||||
fi
|
|
||||||
|
|
||||||
AM_CONDITIONAL(HAVE_ALSA, test x$enable_alsa = xyes)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test x$enable_mpc = xyes; then
|
if test x$enable_mpc = xyes; then
|
||||||
if test "x$mpcdec_libraries" != "x" ; then
|
if test "x$mpcdec_libraries" != "x" ; then
|
||||||
MPCDEC_LIBS="-L$mpcdec_libraries"
|
MPCDEC_LIBS="-L$mpcdec_libraries"
|
||||||
|
Loading…
Reference in New Issue
Block a user