mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 22:55:42 +01:00
Require alsa-lib 1.0.27.
Both aplay and speaker-test use the new snd_pcm_abort() function, which was introduced in alsa-lib 1.0.27. Signed-off-by: Jordi Mallach <jordi@debian.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
5bdfa4c73d
commit
2f2576518c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ AC_PROG_MKDIR_P
|
|||
AC_PROG_LN_S
|
||||
AC_PROG_SED
|
||||
PKG_PROG_PKG_CONFIG
|
||||
AM_PATH_ALSA(1.0.24)
|
||||
AM_PATH_ALSA(1.0.27)
|
||||
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])])
|
||||
|
|
Loading…
Reference in a new issue