mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +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 ***
|
dnl *** twolame ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_TWOLAME, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_TWOLAME, true)
|
||||||
AG_GST_CHECK_FEATURE(TWOLAME, [twolame], twolame, [
|
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="yes"], [
|
||||||
HAVE_TWOLAME="no"
|
HAVE_TWOLAME="no"
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
|
|
Loading…
Reference in a new issue