Try #2 to get MPC detected...

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1164898 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 0d642ec3ed
commit 2a39a08057

@ -25,6 +25,20 @@ if test "$ac_cv_use_mpc" = "yes"; then
],
[], [], [])
])
if test "$have_mpc" = "no"; then
KDE_CHECK_HEADERS(mpc/mpcdec.h, [
AC_CHECK_LIB(mpcdec, mpc_decoder_setup, [
have_mpc=yes
MPC_LIBS="-lmpcdec"
AC_DEFINE(
MPC_HEADER_FILE,
<mpc/mpcdec.h>,
[The header to include for MPC decoding.])
],
[], [], [])
])
fi
if test "$have_mpc" = "no"; then
KDE_CHECK_HEADERS(musepack/musepack.h, [

Loading…
Cancel
Save