diff options
author | Max Kellermann <max@duempel.org> | 2014-01-13 11:52:35 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-13 11:52:35 +0100 |
commit | 8cd15a02cdbc0f9cb8c1c496fef103538cc5c425 (patch) | |
tree | 54cebd6d9c780a06e26bcbbe87da2733ac81fb2d /configure.ac | |
parent | ea771c17c55395b34d8ee3f8073a89d401c85835 (diff) | |
parent | 05ad335ae924521f43608a94345ee5c798a1e13e (diff) | |
download | mpd-8cd15a02cdbc0f9cb8c1c496fef103538cc5c425.tar.gz mpd-8cd15a02cdbc0f9cb8c1c496fef103538cc5c425.tar.xz mpd-8cd15a02cdbc0f9cb8c1c496fef103538cc5c425.zip |
Merge tag 'release-0.18.7'
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4ed3735ef..34fb4b1c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1089,7 +1089,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]) |