aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-31 00:43:21 +0200
committerMax Kellermann <max@duempel.org>2013-07-31 00:43:21 +0200
commit8ead8f7ea69ab54027cdd11d6defce26f4c6ceb5 (patch)
treef53f053d86400f21c3c205c3e46d66dbae710cc8 /configure.ac
parent7f9402bd22f02a46b32d53560094622493f33f37 (diff)
downloadmpd-8ead8f7ea69ab54027cdd11d6defce26f4c6ceb5.tar.gz
mpd-8ead8f7ea69ab54027cdd11d6defce26f4c6ceb5.tar.xz
mpd-8ead8f7ea69ab54027cdd11d6defce26f4c6ceb5.zip
decoder/mpcdec: remove support for the "old" API
This old version has been obsolete for many years - time to remove it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 1 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 27a6d5f07..3037837d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -966,16 +966,7 @@ if test x$enable_mpc = xyes; then
LIBS=$oldlibs
CPPFLAGS=$oldcppflags
- if test x$enable_mpc = xyes; then
- AC_CHECK_HEADER([mpc/mpcdec.h],
- [AC_DEFINE(HAVE_MPCDEC,1,
- [Define to use libmpcdec for MPC decoding])],
- [AC_CHECK_HEADER(mpcdec/mpcdec.h,
- [AC_DEFINE(MPC_IS_OLD_API, 1,
- [Define if an old pre-SV8 libmpcdec is used])]
- )]
- )
- else
+ if test x$enable_mpc != xyes; then
AC_MSG_WARN([mpcdec lib needed for MPC support -- disabling MPC support])
fi
fi