From 7faeb2ff2bba412d2b830f2be520953078f7d60a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 11 Jan 2014 21:02:12 +0100 Subject: configure.ac: reject libmpcdec SV7 in configure script Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b2e952808..2cd0c7720 100644 --- a/configure.ac +++ b/configure.ac @@ -960,7 +960,7 @@ AM_CONDITIONAL(ENABLE_SNDFILE, test x$enable_sndfile = xyes) dnl --------------------------------- musepack -------------------------------- -MPD_AUTO_LIB(mpc, MPCDEC, mpcdec, main, [-lmpcdec], [], +MPD_AUTO_LIB(mpc, MPCDEC, mpcdec, mpc_demux_init, [-lmpcdec], [], [mpcdec], [libmpcdec not found]) if test x$enable_mpc = xyes; then AC_DEFINE(HAVE_MPCDEC, 1, [Define to use libmpcdec for MPC decoding]) -- cgit v1.2.3