mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
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:
parent
5397498698
commit
73eb3377d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue