Commit 551b7768 authored by Max Kellermann's avatar Max Kellermann

configure.ac: define HAVE_MPCDEC

Restore the "mpcdec" decoder plugin that was accidently broken since commit 8ead8f7e.
parent d6967db7
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment