twolame: bump requirement to 0.3.10
authorDavid Schleef <ds@schleef.org>
Sun, 22 Mar 2009 20:08:48 +0000 (13:08 -0700)
committerDavid Schleef <ds@schleef.org>
Sun, 22 Mar 2009 20:15:48 +0000 (13:15 -0700)
0.3.10 is the first version with the float32 encoder functions.
Fixes #576305.

configure.ac

index 43e881d25d2ad79f48875c3a146cb0f0068b7e93..345975dbb753fa9f093404b250ca1bd834026395 100644 (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)