summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-08-19 15:44:16 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-08-19 15:44:34 +0100
commit70dd56d04536ee6cf8e15d2bd0385e9e4609f485 (patch)
treecf7b24f4db6d4b1e72848bfaf1a11fc57170f8c6 /configure.ac
parent90625953f27668bde29983e2ad3afe2f49d4133f (diff)
downloadgstreamer-plugins-bad-70dd56d04536ee6cf8e15d2bd0385e9e4609f485.tar.gz
musepack: remove support for the 'old' API
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 36b3a548b..9de9d0834 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1838,12 +1838,7 @@ AG_GST_CHECK_FEATURE(MUSEPACK, [musepackdec], musepack, [
HAVE_MUSEPACK="yes"
MUSEPACK_LIBS="-lmpcdec"
AC_SUBST(MUSEPACK_LIBS)
- ], [AC_CHECK_HEADER([mpcdec/mpcdec.h], [
- HAVE_MUSEPACK="yes"
- MUSEPACK_LIBS="-lmpcdec"
- AC_DEFINE(MPC_IS_OLD_API, 1, [Define if the old MusePack API is used])
- AC_SUBST(MUSEPACK_LIBS)
- ], [HAVE_MUSEPACK="no"])])
+ ], [HAVE_MUSEPACK="no"])
])
dnl *** neon ***