mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
fixing bug #127984, we require a higher version of the alsa library
Original commit message from CVS: fixing bug #127984, we require a higher version of the alsa library
This commit is contained in:
parent
e290a0e45e
commit
c828163c21
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ GST_CHECK_FEATURE(AALIB, [aasink plug-in], aasink, [
|
|||
dnl *** alsa ***
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_ALSA, true)
|
||||
GST_CHECK_FEATURE(ALSA, [alsa plug-ins], gstalsa, [
|
||||
AM_PATH_ALSA(0.9.0, HAVE_ALSA=yes, HAVE_ALSA=no)
|
||||
AM_PATH_ALSA(0.9.1, HAVE_ALSA=yes, HAVE_ALSA=no)
|
||||
])
|
||||
|
||||
dnl *** arts ***
|
||||
|
|
Loading…
Reference in a new issue