]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Require alsa-lib 1.0.27.
authorJordi Mallach <jordi@debian.org>
Fri, 17 May 2013 12:30:46 +0000 (14:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 23 May 2013 12:51:25 +0000 (14:51 +0200)
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>
configure.in

index 39f2d0d885aaac58e1e185095536cbf7b9b8b9ee..0e433270efeb143ea8c78626366bd3e529299647 100644 (file)
@@ -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])])