mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
Mixer v2.0 merged to the main CVS tree...
This commit is contained in:
parent
3f541735e3
commit
a5b307a711
10 changed files with 536 additions and 167 deletions
|
|
@ -16,7 +16,7 @@ void main(void)
|
|||
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_UNCOMPATIBLE)
|
||||
#error not found
|
||||
#else
|
||||
#if !defined(SND_MIXER_IOCTL_CHANNEL_IREAD)
|
||||
#if !defined(SND_MIXER_IOCTL_ELEMENTS)
|
||||
#error wrong version
|
||||
#endif
|
||||
exit(0);
|
||||
|
|
@ -25,7 +25,7 @@ void main(void)
|
|||
],
|
||||
AC_MSG_RESULT(present),
|
||||
[AC_MSG_RESULT(not found or wrong version);
|
||||
AC_MSG_ERROR([Install alsa-driver v0.3.0pre1+ package first...])]
|
||||
AC_MSG_ERROR([Install alsa-driver v0.3.0pre5+ package first...])]
|
||||
)
|
||||
CFLAGS="$OLD_CFLAGS"
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue