comparison configure.ac @ 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 29f3c3f29c0d
children 9313d991957a
comparison
equal deleted inserted replaced
840:c2f79bda623e 841:483db1c33059
215 libSIDPlay 2-FP support : $xs_have_sidplayfp 215 libSIDPlay 2-FP support : $xs_have_sidplayfp
216 XMMS-SID theme SID-tune : $xs_have_themetune 216 XMMS-SID theme SID-tune : $xs_have_themetune
217 Translations (i18n/nls) : $USE_NLS 217 Translations (i18n/nls) : $USE_NLS
218 Debugging enabled : $xs_enable_debug 218 Debugging enabled : $xs_enable_debug
219 ]) 219 ])
220
221 if test "x$xs_pkg_sidplayfp_v1" = "xyes"; then
222 echo ""
223 echo "WARNING! You seem to be using libSIDPlayFP v1.x, which is, at the"
224 echo "time of this release, still in alpha state. The API may not be compatible."
225 echo "If you experience any problems, downgrade to libSIDPlayFP release 0.3.7."
226 echo ""
227 echo "Or check if there are any newer releases of XMMS-SID that might support"
228 echo "the newer versions of libSIDPlayFP."
229 echo ""
230 echo "Or just use plain old libSIDPlay2."
231 fi