# HG changeset patch # User Matti Hamalainen # Date 1352404361 -7200 # Node ID 483db1c33059a17dec49500b9e68ad35ec21f776 # Parent c2f79bda623e98ac56c945929276079a261f1959 Add warning about libSIDPlayFP v1.x API flux. diff -r c2f79bda623e -r 483db1c33059 configure.ac --- 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