mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
- Fix the old function prototype in pcm_plugin.h
- Remove double -lasound and add -lm in alsa.m4. -lm is required for PPC (and maybe others).
This commit is contained in:
parent
4f85cf4d46
commit
1c7056eeca
1 changed files with 2 additions and 2 deletions
|
|
@ -31,8 +31,8 @@ if test "$alsa_prefix" != "" ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl add the alsa library
|
dnl add the alsa library
|
||||||
ALSA_LIBS="$ALSA_LIBS -lasound"
|
ALSA_LIBS="$ALSA_LIBS -lasound -lm"
|
||||||
LDFLAGS="$ALSA_LIBS -lasound"
|
LDFLAGS="$ALSA_LIBS"
|
||||||
AC_MSG_RESULT($ALSA_LIBS)
|
AC_MSG_RESULT($ALSA_LIBS)
|
||||||
|
|
||||||
dnl Check for the presence of the library
|
dnl Check for the presence of the library
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue