aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)