You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
355 B
13 lines
355 B
15 years ago
|
echo ""
|
||
|
|
||
|
if test x$have_mpc = xyes; then
|
||
|
echo "K3b - Musepack support: yes"
|
||
|
else
|
||
|
echo "K3b - Musepack support: no"
|
||
|
if test "$ac_cv_use_mpc" = "yes"; then
|
||
|
echo "K3b - You are missing the Musepack headers and libraries >= 1.1."
|
||
|
echo "K3b - The Musepack audio decoding plugin won't be compiled."
|
||
|
fi
|
||
|
fi
|
||
|
|