changeset 841:483db1c33059

Add warning about libSIDPlayFP v1.x API flux.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Nov 2012 21:52:41 +0200
parents c2f79bda623e
children 2b1d9d89bfee
files configure.ac
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Nov 08 21:44:40 2012 +0200
+++ b/configure.ac	Thu Nov 08 21:52:41 2012 +0200
@@ -217,3 +217,15 @@
 	Translations (i18n/nls)       : $USE_NLS
 	Debugging enabled             : $xs_enable_debug
 ])
+
+if test "x$xs_pkg_sidplayfp_v1" = "xyes"; then
+	echo ""
+	echo "WARNING! You seem to be using libSIDPlayFP v1.x, which is, at the"
+	echo "time of this release, still in alpha state. The API may not be compatible."
+	echo "If you experience any problems, downgrade to libSIDPlayFP release 0.3.7."
+	echo ""
+	echo "Or check if there are any newer releases of XMMS-SID that might support"
+	echo "the newer versions of libSIDPlayFP."
+	echo ""
+	echo "Or just use plain old libSIDPlay2."
+fi