configure.ac: Move Solaris to Audio Output Plugins (nonstreaming), add header.
This commit is contained in:
parent
cab16f8e1e
commit
ed78955f8d
26
configure.ac
26
configure.ac
@ -973,13 +973,7 @@ fi
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAVE_MVP, test x$enable_mvp = xyes)
|
AM_CONDITIONAL(HAVE_MVP, test x$enable_mvp = xyes)
|
||||||
|
|
||||||
enable_shout2="$enable_shout"
|
dnl --------------------------------- Solaris ---------------------------------
|
||||||
MPD_AUTO_PKG(shout, SHOUT, [shout],
|
|
||||||
[shout output plugin], [libshout not found])
|
|
||||||
if test x$enable_shout = xyes && test x$enable_shout2 = xauto; then
|
|
||||||
enable_shout=auto
|
|
||||||
fi
|
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
solaris*)
|
solaris*)
|
||||||
AC_DEFINE(ENABLE_SOLARIS_OUTPUT, 1, [Define to enable Solaris /dev/audio support])
|
AC_DEFINE(ENABLE_SOLARIS_OUTPUT, 1, [Define to enable Solaris /dev/audio support])
|
||||||
@ -1001,6 +995,24 @@ AM_CONDITIONAL(ENABLE_SOLARIS_OUTPUT, test x$enable_solaris_output = xyes)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
enable_shout2="$enable_shout"
|
||||||
|
MPD_AUTO_PKG(shout, SHOUT, [shout],
|
||||||
|
[shout output plugin], [libshout not found])
|
||||||
|
if test x$enable_shout = xyes && test x$enable_shout2 = xauto; then
|
||||||
|
enable_shout=auto
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
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