diff options
-rw-r--r-- | configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f399e6d5e..a9da3de9a 100644 --- a/configure.ac +++ b/configure.ac @@ -1060,6 +1060,14 @@ if test x$enable_sndfile = xauto && test x$enable_modplug = xyes; then enable_sndfile=no fi +dnl -------------------------------- libsndfile ------------------------------- +MPD_AUTO_PKG(sndfile, SNDFILE, [sndfile], + [libsndfile decoder plugin], [libsndfile not found]) + +if test x$enable_sndfile = xyes; then + AC_DEFINE(ENABLE_SNDFILE, 1, [Define to enable the sndfile decoder plugin]) +fi +AM_CONDITIONAL(ENABLE_SNDFILE, test x$enable_sndfile = xyes) if test x$enable_mpc = xyes; then if test "x$mpcdec_libraries" != "x" ; then |