Home | History | Annotate | Download | only in acinclude

Lines Matching full:alsa

2 dnl Configure Paths for Alsa
3 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
6 dnl Last modification: alsa.m4,v 1.23 2004/01/16 18:14:22 tiwai Exp
9 dnl enables arguments --with-alsa-prefix=
10 dnl --with-alsa-enc-prefix=
14 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result.
24 dnl Get the cflags and libraries for alsa
26 AC_ARG_WITH(alsa-prefix,
27 [ --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)],
30 AC_ARG_WITH(alsa-inc-prefix,
31 [ --with-alsa-inc-prefix=PFX Prefix where include libraries are (optional)],
36 [ --disable-alsatest Do not try to compile and run a test Alsa program],
41 AC_MSG_CHECKING(for ALSA CFLAGS)
49 AC_MSG_CHECKING(for ALSA LDFLAGS)
55 dnl add the alsa library
78 #include <alsa/asoundlib.h>