twolame: bump requirement to 0.3.10

0.3.10 is the first version with the float32 encoder functions.
Fixes #576305.
This commit is contained in:
David Schleef 2009-03-22 13:08:48 -07:00
parent 5397498698
commit 73eb3377d3

View file

@ -355,7 +355,7 @@ AG_GST_CHECK_FEATURE(SIDPLAY, [libsidplay], sid, [
dnl *** twolame ***
translit(dnm, m, l) AM_CONDITIONAL(USE_TWOLAME, true)
AG_GST_CHECK_FEATURE(TWOLAME, [twolame], twolame, [
PKG_CHECK_MODULES(TWOLAME, twolame >= 0.3.0, [
PKG_CHECK_MODULES(TWOLAME, twolame >= 0.3.10, [
HAVE_TWOLAME="yes"], [
HAVE_TWOLAME="no"
AC_MSG_RESULT(no)