summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-02 20:16:51 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-06-02 20:17:25 +0200
commita1d0a56df66331a842c261ec71303343ce48f26c (patch)
treed135b919691dfbb2b1e230e95309394d18b13acc /configure.ac
parent15af1ef566b2aa2ddb820b34c5ea65e6ef3ee65b (diff)
ported musepack plugin to libmpcdev SV8 (r435)
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 3b676a15..3f8455c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,12 +355,7 @@ if test "x$enable_emidi" != "xno" ; then
fi
if test "x$enable_musepack" != "xno" ; then
- AC_CHECK_LIB([mpcdec], [main], [HAVE_MPCDEC=yes])
- if test "x$HAVE_MPCDEC" = "xyes" ; then
- HAVE_MUSEPACK=yes
- MUSEPACK_LIBS="-lmpcdec"
- AC_SUBST(MUSEPACK_LIBS)
- fi
+ HAVE_MUSEPACK=yes
fi
if test "x$enable_wildmidi" != "xno" ; then