configure.ac: define HAVE_MPCDEC

Restore the "mpcdec" decoder plugin that was accidently broken since
commit 8ead8f7e.
This commit is contained in:
Max Kellermann 2013-10-17 00:07:04 +02:00
parent d6967db761
commit 551b7768fc

View File

@ -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)