diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-08-19 15:44:16 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-08-19 15:44:34 +0100 |
commit | 70dd56d04536ee6cf8e15d2bd0385e9e4609f485 (patch) | |
tree | cf7b24f4db6d4b1e72848bfaf1a11fc57170f8c6 /configure.ac | |
parent | 90625953f27668bde29983e2ad3afe2f49d4133f (diff) | |
download | gstreamer-plugins-bad-70dd56d04536ee6cf8e15d2bd0385e9e4609f485.tar.gz |
musepack: remove support for the 'old' API
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
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 *** |