Compare commits

..

2 commits

Author SHA1 Message Date
Seppo Ingalsuo
a02ab41e09
Merge d8e8f75537 into fbde4f8c10 2024-09-19 16:39:34 +03:00
Jaroslav Kysela
fbde4f8c10 configure: bumb required alsa-lib version to 1.2.13
Code requires new sequencer API extensions.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2024-09-19 12:43:43 +02:00

View file

@ -21,7 +21,7 @@ AC_PROG_SED
AC_DISABLE_STATIC
AM_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
AM_PATH_ALSA(1.2.12)
AM_PATH_ALSA(1.2.13)
if test "x$enable_alsatest" = "xyes"; then
AC_CHECK_FUNC([snd_ctl_elem_add_enumerated],
, [AC_ERROR([No user enum control support in alsa-lib])])