blob: 8fb871b5a4aeb61d3299bd7ac11437a9e2297748 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|