configure.ac: define HAVE_MPCDEC
Restore the "mpcdec" decoder plugin that was accidently broken since
commit 8ead8f7e
.
This commit is contained in:
parent
d6967db761
commit
551b7768fc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user