diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 00:07:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 00:07:04 +0200 |
commit | 551b7768fc36e0a40d568e828aab966261fcf5b0 (patch) | |
tree | a41d1773b9d829b0748dd91477a477a82a9edac7 /configure.ac | |
parent | d6967db761c933b55ebf48b97eab2a5ae3b1ed1c (diff) |
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.ac | 4 |
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) |