aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-17 00:07:04 +0200
committerMax Kellermann <max@duempel.org>2013-10-17 00:07:04 +0200
commit551b7768fc36e0a40d568e828aab966261fcf5b0 (patch)
treea41d1773b9d829b0748dd91477a477a82a9edac7 /configure.ac
parentd6967db761c933b55ebf48b97eab2a5ae3b1ed1c (diff)
downloadmpd-551b7768fc36e0a40d568e828aab966261fcf5b0.tar.gz
mpd-551b7768fc36e0a40d568e828aab966261fcf5b0.tar.xz
mpd-551b7768fc36e0a40d568e828aab966261fcf5b0.zip
configure.ac: define HAVE_MPCDEC
Restore the "mpcdec" decoder plugin that was accidently broken since commit 8ead8f7e.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 65f7fe070..15e47280b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -964,6 +964,10 @@ if test x$enable_mpc = xyes; then
fi
fi
+if test x$enable_mpc = xyes; then
+ AC_DEFINE(HAVE_MPCDEC, 1, [Define to use libmpcdec for MPC decoding])
+fi
+
AC_SUBST(MPCDEC_LIBS)
AC_SUBST(MPCDEC_CFLAGS)
AM_CONDITIONAL(HAVE_MPCDEC, test x$enable_mpc = xyes)