summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/musepack/configure.in.bot
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/decoder/musepack/configure.in.bot')
-rw-r--r--plugins/decoder/musepack/configure.in.bot12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/decoder/musepack/configure.in.bot b/plugins/decoder/musepack/configure.in.bot
new file mode 100644
index 0000000..8fb871b
--- /dev/null
+++ b/plugins/decoder/musepack/configure.in.bot
@@ -0,0 +1,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
+