Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug 3043 - fix alsa configury and cmake checks
Ozkan Sezer SDL's alsa uses snd_pcm_recover() which has been available only since alsa-lib-1.0.11.
- Loading branch information
Showing
with
5 additions
and 3 deletions.
- +3 −1 cmake/sdlchecks.cmake
- +1 −1 configure
- +1 −1 configure.in
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ALSA_LIBS" >&5 | ||
$as_echo "$ALSA_LIBS" >&6; } | ||
|
||
min_alsa_version=0.9.0 | ||
min_alsa_version=1.0.11 | ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libasound headers version >= $min_alsa_version" >&5 | ||
$as_echo_n "checking for libasound headers version >= $min_alsa_version... " >&6; } | ||
no_alsa="" |