]> git.alsa-project.org Git - alsa-lib.git/commit
support building w/out System V shared memory
authorMike Frysinger <vapier@chromium.org>
Tue, 27 Oct 2015 21:28:04 +0000 (17:28 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Nov 2015 13:37:11 +0000 (14:37 +0100)
commit561df6fda04c6de6d856d32d65a1cfdf1f5870ca
treee6433964ac4acbbcf6813dd86d11f441b285326b
parent7e9086748789e31ee73a01d9b44318345b8e27c1
support building w/out System V shared memory

Some systems, like Android/Bionic, do not support SysV at all.
Let the configure script detect if the header is available, and
if not, automatically disable the pieces that require it.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.ac
src/pcm/pcm_mmap.c
src/shmarea.c